Get all the models to run ddd Three options: - build from a set of parameters - load from a rda file - load from a R-file

getModel(getModel, path, Timeresinsec = NULL)

Arguments

getModel
method to get the model parameters ("build", "load" or "source")
path
directory where to get the files
Timeresinsec
time resolution of the process in second (1hour: 3600s, ... etc) The value can be NULL if the getModel method is "load" or "source"

Value

a list of all the models used to run ddd

Examples

## Not run: ------------------------------------ # getModel() ## ---------------------------------------------