Description Usage Arguments Value See Also
View source: R/Spatial_Functions.R
Extract spatial polygon data for point locations
1 | extract_SFSW2_points_from_shp(x, y, fields = NULL, code = NULL, ...)
|
x |
An object inheriting from
|
y |
graphics::points represented by an object inheriting from
|
fields |
A character vector. If not |
code |
A character vector. If not |
... |
Ignored. |
A vector or matrix with length/rows corresponding to the elements of
y and available columns requested by fields. If
!is.null(code), then the encoded 'factor levels' are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.