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 (TRUE) or relative
(FALSE). Only used if input is not NULL.
Details
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.