get_boundary: Get boundary boxes from Atlantis box information.

View source: R/get_boundary.R

get_boundaryR Documentation

Get boundary boxes from Atlantis box information.

Description

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

Usage

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

Examples

d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
boxes <- get_boundary(load_box(dir = d, file_bgm = "Geography.bgm"))
rm(boxes)


r4atlantis/atlantisom documentation built on Nov. 12, 2023, 2:59 a.m.