View source: R/x3p_mask_quantile.R
x3p_mask_quantile | R Documentation |
For each x value of the surface matrix add a region to the mask of an x3p object corresponding to the area between two specified quantiles.
x3p_mask_quantile(
x3p,
quantiles = c(0.25, 0.75),
color = "red",
annotation = "quantile-region"
)
x3p |
x3p object |
quantiles |
vector of quantiles between which surface matrix values are included in the mask |
color |
name or hex value of color |
annotation |
character value describing the region |
x3p object with changed mask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.