plt6 | R Documentation |
internal function
plt6(
platemap,
size = 50,
shape = 21,
na_fill = "white",
na_alpha = 0.1,
na_size_ratio = 0.9
)
platemap |
platemap dataframe produced by |
size |
int, size parameter for ggplot2::geom_point |
shape |
int, shape parameter for ggplot2::geom_point |
na_fill |
string, fill colour for na or missing values |
na_alpha |
float, alpha transparancy for missing or na values |
na_size_ratio |
float, size ratio for missing values, set to 1 for same size as normal values. |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.