powered by
Get or set spatial coordiates of a sdmdata object.
sdmdata
# S4 method for sdmdata coords(obj,...)# S4 method for sdmdata coords(object)<-value
# S4 method for sdmdata coords(object)<-value
matrix, or if the coordinates set, the sdmdata object is returned.
speciesData (either of singleSpecies, multiple Species or SpeciesDataList) object
same as obj
spatial coordinates either a matrix, or data.frame, or as character to change the names of coordinates
Additional arguments
Babak Naimi naimi.b@gmail.com
https://www.r-gis.net/
https://www.biogeoinformatics.org/
Naimi, B., Araujo, M.B. (2016) sdm: a reproducible and extensible R platform for species distribution modelling, Ecography, DOI: 10.1111/ecog.01881
file <- system.file("external/data.sdd", package="sdm") d <- read.sdm(file) d # a sdmdata object coords(d)
Run the code above in your browser using DataLab