powered by
Read in the .bgm file that specifies the the box coordinates for an Atlantis scenario.
.bgm
load_box(bgm)
Character string giving the connection to the atlantis bgm file. The filename ends in .bgm.
A list of information regarding boxes for an Atlantis scenario.
Other load functions: load_bps, load_dietcheck, load_fgs, load_init_age, load_init, load_nc_physics, load_nc, load_rec, load_spec_mort, load_txt
load_bps
load_dietcheck
load_fgs
load_init_age
load_init
load_nc_physics
load_nc
load_rec
load_spec_mort
load_txt
# NOT RUN { d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools") bgm <- file.path(d, "VMPA_setas.bgm") boxes <- load_box(bgm) # }
Run the code above in your browser using DataLab