sdField | R Documentation |
This function filters the original data based on standard deviation of traits.
sdField(field, shape = NULL, trait = NULL, value = 1, cex = 1)
field |
SpatVector. The field to be filtered. |
shape |
a specific area inside the field to be filtered. If shape=NULL, all field data will be used for filtering. |
trait |
a vector of the traits to be used as filter criteria. |
value |
threshold value of standard deviation to filter the trait data below (must be numeric). |
cex |
point size. Please check |
sdField
A SpatVector filtered by standard deviation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.