Description Usage Arguments Value Examples
Set all data values outside the given quantile range to the border values. This is usefull to properly visualize morphometry data that includes outliers. These outliers negatively affect the colormap, as all the non-outlier values become hard to distinguish. This function can be used to filter the data before plotting it.
1 |
data, |
numeric vector. The input data. Can also be a hemi list. |
lower, |
numeric. The probability for the lower quantile, defaults to '0.05'. |
upper, |
numeric. The probability for the upper quantile, defaults to '0.95'. |
numeric vector. The output data.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.