getStandardBBox: Create a bounding box to display a standard map area for ROMS...

View source: R/getStandardBBox.R

getStandardBBoxR Documentation

Create a bounding box to display a standard map area for ROMS model output

Description

This function returns a bounding box to display a standard map area for ROMS model output.

Usage

getStandardBBox(
  area = c("EBS", "Bering10k", "CGOA", "CGOA shelf"),
  type = "sf"
)

Arguments

area

- area to return the bounding box for ("EBS","Bering10k","CGOA","CGOA shelf")

type

- bounding box type to return ("sf" or "sp" for sf or sp types, respectively)

Details

These bounding boxes are slightly different from those provided by getStandardBBBox and are optimized for ROMS model output.

Available areas are: "EBS", "Bering10k", "CGOA", "CGOA shelf"

Value

- bounding box in sf (vector) or sp (list) format.


wStockhausen/wtsROMS documentation built on Feb. 2, 2025, 9:16 p.m.