powered by
Get or set the names of the species of a sdmdata object
sdmdata
# S4 method for sdmdata names(x)# S4 method for sdmdata names(x)<-value
# S4 method for sdmdata names(x)<-value
For names, a character
names
For names<-, the updated object.
names<-
A sdm data object (sdmdata
character (vector)
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, 39:368-375, DOI: 10.1111/ecog.01881
file <- system.file("external/data.sdd", package="sdm") d <- read.sdm(file) d names(d) # returns the names of species
Run the code above in your browser using DataLab