powered by
This function create object of class osmose with the outputs from OSMOSE in the path folder.
osmose
path
read_osmose(path = NULL, version = "v3r2", species.names = NULL, ...)
Path to the directory containing OSMOSE outputs.
OSMOSE version used to run the model.
Display names for species, overwrite the species names provided to the OSMOSE model. Used for plots and summaries.
Additional arguments
A list of class osmose is created, individual elements can be extracted using the function getVar.
getVar
# NOT RUN { { outdir = system.file("extdata", "outputs/", package="osmose") read_osmose(outdir) } # }
Run the code above in your browser using DataLab