sampleField | R Documentation |
This function samples a specified SpatVector, reducing the data size.
sampleField(field, shape = NULL, size = 0.1, cex = 1)
field |
SpatVector. The field to be sampled. |
shape |
a specific area inside the field to be sampled. If shape=NULL, all field data will be sampled. |
size |
the proportion of original data to be sampled (must be values between 0 and 1). |
cex |
point size. Please check |
sampleField
the sampled field is returned in form SpatVector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.