powered by
Use the output from load_box and obtain a vector specifying which boxes are along the boundary.
load_box
vector
get_boundary(boxinfo)
A list as returned from load_box.
list
A vector specifying which boxes are on the boundary.
Other get functions: get_colpal, get_conv_mgnbiot, get_groups
get_colpal
get_conv_mgnbiot
get_groups
# NOT RUN { d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools") boxes <- load_box(bgm = file.path(d, "VMPA_setas.bgm")) get_boundary(boxinfo = boxes) # }
Run the code above in your browser using DataLab