spectre.points | R Documentation |
Downloads SPECTRE layer data according to a selection of points.
spectre.points(index, points)
index |
numeric. A vector of integers specifying the layers. Refer to the documentation of
|
points |
data.frame or matrix. Containing point data coordinates, organized in longitude, latitude (longlat). |
data.frame or matrix. Contains both the points given as well as their respective values for each layer specified.
## Not run:
localities = gecko.data("records")
local_threats = spectre.points(c(2,3), localities)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.