Use the output from load_box
and obtain a vector
specifying which boxes are along the boundary.
get_boundary(boxinfo)
boxinfo | A |
---|
A vector
specifying which boxes are on the boundary.
Other get functions:
get_colpal()
,
get_conv_mgnbiot()
,
get_groups()
Other get functions:
get_colpal()
,
get_conv_mgnbiot()
,
get_groups()
Kelli Faye Johnson
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools") boxes <- load_box(bgm = file.path(d, "VMPA_setas.bgm")) get_boundary(boxinfo = boxes)#> [1] 0 6 7 8 9 10