Learn R Programming

SSDM (version 0.2.9)

load.model: Load ensemble SDMs and SSDMs.

Description

Load S4 Ensemble.SDM and Stacked.SDM objects saved with their respective save function.

Usage

load_esdm(name, path = getwd())

load_stack(name = "Stack", path = getwd(), GUI = FALSE)

Value

The corresponding SDM object.

Arguments

name

character. Name of the folder containing the model to be loaded.

path

character. Path to the directory containing the model to be loaded, by default the path to the current directory.

GUI

logical. Do not take this argument into account (parameter for the user interface).

See Also

save.model