Each species gets:
enmtools.species(
range = NA,
presence.points = NA,
background.points = NA,
species.name = NA,
models = NA
)save.enmtools.species(x, ...)
load.enmtools.species(x, ...)
Returns an enmtools.species object, either empty or populated with the parameter values that were passed into the function.
A raster or SpatialPolygon with the actual range they occur in
A data frame with sampled localities
A data frame with absence/pseudoabsence/background localities
A character vector with the species name
A list of models that are made for the species, which will be stuffed in there as we go along to pass the check. This is used by internal enmtools functions to make sure the necessary data is present before processing anything.
Path to an enmtools.species file
Other arguments passed to R's load function
save.enmtools.species()
: Save an ENMTools species object
load.enmtools.species()
: Load an ENMTools species object