sdmdata-class {sdm} | R Documentation |
An S4 class representing sdm dataset
Description
An S4 class representing sdm dataset sdmdata
Slots
species.names
The names of species
species
Contains the species data
features.name
The names of predictor variables
features
A data.frame containing predictor variables
factors
The names of categorical variables (if any)
info
Other information such as coordinates, metadata, etc.
groups
A list including information on groups in the dataset
sdmFormula
An object of class sdmFormula containing the formula and its' terms defined by user
errorLog
Reports 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]