powered by
Downloads SPECTRE layer data according to a selection of points.
spectre.points(index, points)
data.frame or matrix. Contains both the points given as well as their respective values for each layer specified.
numeric. A vector of integers specifying the layers. Refer to the documentation of gecko::spectre.citations() for a list of available layers.
gecko::spectre.citations()
data.frame or matrix. Containing point data coordinates, organized in longitude, latitude (longlat).
if (FALSE) { localities = gecko.data("records") localities = localities[localities$species == "Hogna maderiana", 2:3] local_threats = spectre.points(c(2,3), localities) }
Run the code above in your browser using DataLab