GeoMAPI_plot_zscore | R Documentation |
TODO
GeoMAPI_plot_zscore( project, plot_sampling_points = TRUE, plot_significance = TRUE, min_hex_coverage = 10, col_scale = viridisLite::viridis, zlim = NULL, base_plot = NULL, point_size = 1, point_colour = "white", point_fill = "black", point_stroke = 0.2 )
project |
a genescaper project, as produced by the
|
plot_sampling_points |
whether to overlay sampling locations. |
plot_significance |
whether to outline areas that were identified as significant outliers. |
min_hex_coverage |
minimum coverage (number of edges assigned to a hex)
for it to be included in the final result, otherwise these hexes are given
the value |
col_scale |
the colour scale to use. |
zlim |
the limits of the colour scale. If |
base_plot |
optional base plot (object of class |
point_size, point_colour, point_fill, point_stroke |
properties of plotted sampling points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.