Allows to save S4 Ensemble.SDM and Stacked.SDM class objects.
save.esdm(
esdm,
name = strsplit(esdm@name, ".", fixed = TRUE)[[1]][1],
path = getwd(),
verbose = TRUE,
GUI = FALSE
)# S4 method for Ensemble.SDM
save.esdm(
esdm,
name = strsplit(esdm@name, ".Ensemble.SDM", fixed = TRUE)[[1]][1],
path = getwd(),
verbose = TRUE,
GUI = FALSE
)
save.stack(stack, name = "Stack", path = getwd(), verbose = TRUE, GUI = FALSE)
# S4 method for Stacked.SDM
save.stack(stack, name = "Stack", path = getwd(), verbose = TRUE, GUI = FALSE)
Nothing in R environment. Creates folders, tables and rasters associated to the SDM. Tables are in .csv and rasters in .grd/.gri.
Ensemble.SDM. Ensemble SDM to be saved.
character. Folder name of the model to save.
character. Path to the directory chosen to save the SDM, by default the path to the current directory.
logical. If set to true, allows the function to print text in the console.
logical. Don't take that argument into account (parameter for the user interface).
Stacked.SDM. SSDM to be saved.
load.model