get_boundary: Get boundary boxes from Atlantis box information.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/get-boundary.R

Description

Use the output from load_box and obtain a vector specifying which boxes are along the boundary.

Usage

1
get_boundary(boxinfo)

Arguments

boxinfo

A list as returned from load_box.

Value

A vector specifying which boxes are on the boundary.

Author(s)

Kelli Faye Johnson

See Also

load_box

Other get functions: get_colpal(), get_conv_mgnbiot(), get_groups()

Other get functions: get_colpal(), get_conv_mgnbiot(), get_groups()

Examples

1
2
3
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")
boxes <- load_box(bgm = file.path(d, "VMPA_setas.bgm"))
get_boundary(boxinfo = boxes)

alketh/atlantistools documentation built on Oct. 30, 2021, 5:46 a.m.