Révision d492bca4 src/R/nucleominer.R
b/src/R/nucleominer.R | ||
---|---|---|
2039 | 2039 |
|
2040 | 2040 |
if (plot_fuzzy_nucs) { |
2041 | 2041 |
fuzzy_map = fuzzy_maps[[strain]] |
2042 |
rect(sign(x_min) * fuzzy_map$lower_bound + shift, y_min, sign(x_min) * fuzzy_map$upper_bound + shift, y_max, col=adjustcolor(3, alpha.f = 0.1), border=1) |
|
2042 |
if (nrow(fuzzy_map) > 0) { |
|
2043 |
rect(sign(x_min) * fuzzy_map$lower_bound + shift, y_min, sign(x_min) * fuzzy_map$upper_bound + shift, y_max, col=adjustcolor(3, alpha.f = 0.1), border=1) |
|
2044 |
} |
|
2043 | 2045 |
} |
2044 | 2046 |
|
2045 | 2047 |
if (plot_wp_nucs) { |
Formats disponibles : Unified diff