View source: R/getStandardBBox.R
getStandardBBox | R Documentation |
This function returns a bounding box to display a standard map area for ROMS model output.
getStandardBBox(
area = c("EBS", "Bering10k", "CGOA", "CGOA shelf"),
type = "sf"
)
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) |
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"
- bounding box in sf (vector) or sp (list) format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.