Description Usage Arguments Details Value Author(s) Examples
A function to check whether the coordinates are consistent with the name of the polygon.
1 2 |
pts |
Data.frame. Table with points of occurrence, including the municipalities informed on the label. |
shape |
It can be a shape of municipalities of Brazil in format "SpatialPolygonsDataFrame". |
field.pts |
String. Name of pts column containing the standard to be searched for. |
field.shape |
String.Name of shape column containing the standard to be searched for. |
The initial idea of this function is to verify if the coordinates informed in the label of the registries are located within the limits of the municipality informed by the label. Returns a table equal to the one entered by adding a column (status) indicating whether the coordinates are consistent.
a data frame
Diogo S. B. Rocha
1 2 | eug <- filt(Eugenia_aurata, shape = world, field.pts = "country", field.shape = "LONG_NAME")
eug
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.