| sdmdata-class {sdm} | R Documentation |
An S4 class representing sdm dataset
Description
An S4 class representing sdm dataset sdmdata
Slots
species.namesThe names of species
speciesContains the species data
features.nameThe names of predictor variables
featuresA data.frame containing predictor variables
factorsThe names of categorical variables (if any)
infoOther information such as coordinates, metadata, etc.
groupsA list including information on groups in the dataset
sdmFormulaAn object of class sdmFormula containing the formula and its' terms defined by user
errorLogReports on errors in the data raised throgh data cleaning (e.g., NA, duplications, etc.)
Author(s)
Babak Naimi naimi.b@gmail.com
https://www.biogeoinformatics.org/
References
Naimi, B., Araujo, M.B. (2016) sdm: a reproducible and extensible R platform for species distribution modelling, Ecography, DOI: 10.1111/ecog.01881
[Package sdm version 1.2-46 Index]