load_meta | R Documentation |
Open the necessary files to document the atlantis model used for generating data from the scenario
load_meta(dir = getwd(), scenario, verbose = FALSE)
dir |
The directory of the atlantis model output, where the
default is |
scenario |
A character value, specifying the Atlantis scenario name.
More specifically the name which Atlantis uses to name all of the
output files. The value will be used to search for files specified in
|
verbose |
A logical value specifying if output should be written
to the screen or not. The default value is |
A list
of metadata pertaining to a single Atlantis scenario.
Kelli Faye Johnson
write_meta
Other load functions:
load_agebioind()
,
load_bioind()
,
load_biolprm()
,
load_boxarea()
,
load_box()
,
load_bps()
,
load_catch()
,
load_detailed_diet_comp()
,
load_diet_comp()
,
load_fgs()
,
load_fisheries()
,
load_nc_annage()
,
load_nc_catchtons()
,
load_nc()
,
load_runprm()
,
load_yoy()
d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
temp <- load_meta(d, "outputs", verbose = FALSE)
rm(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.