get_boundary | R Documentation |
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.
Kelli Faye Johnson
load_box
d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
boxes <- get_boundary(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.