load_box | R Documentation |
Read in the .bgm
file that specifies the the box coordinates
for an Atlantis scenario.
load_box(dir = getwd(), file_bgm)
dir |
The directory of the atlantis model output, where the
default is |
file_bgm |
A character value specifying the file name of a |
A list of information regarding boxes for an Atlantis scenario.
Kelli Faye Johnson
Other load functions:
load_agebioind()
,
load_bioind()
,
load_biolprm()
,
load_boxarea()
,
load_bps()
,
load_catch()
,
load_detailed_diet_comp()
,
load_diet_comp()
,
load_fgs()
,
load_fisheries()
,
load_meta()
,
load_nc_annage()
,
load_nc_catchtons()
,
load_nc()
,
load_runprm()
,
load_yoy()
d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
boxes <- load_box(dir = d, file_bgm = "Geography.bgm")
rm("boxes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.