Description Usage Arguments Details Author(s) Examples
This function create object of class osmose with the
outputs from OSMOSE in the path folder.
1 2 3 4 5 6 7 8 9 10 |
path |
Path to the directory containing OSMOSE outputs. |
version |
OSMOSE version used to run the model. |
species.names |
Display names for species, overwrite the species names provided to the OSMOSE model. Used for plots and summaries. |
... |
Additional arguments. |
input |
Path to a main OSMOSE configuration file. |
absolute |
Whether the path is absolute ( |
read_osmose will return a list of fields with the information
of whether an OSMOSE running or the configuration that is going to be used in
a running. Output class will depend on the read info: If path is
specified, output class will be osmose; otherwise, if ONLY input
is given, the class will be osmose.config. If both are specified, the
osmose class output will content inside a field (config) of
class osmose.config.
Individual elements can be extracted using the get_var function.
Ricardo Oliveros-Ramos, Laure Velez
1 2 3 4 | # Read outputs generated by demo (check osmose_demo function)
outdir = cacheManager("outputs")
read_osmose(path = outdir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.