SmallBathy {CCAMLRGIS} | R Documentation |
Small bathymetry dataset
Description
Bathymetry dataset derived from the GEBCO 2023 (see https://www.gebco.net/) dataset.
Subsampled at a 10,000m resolution. Projected using the CCAMLR standard projection (CCAMLRp
).
To highlight the Fishable Depth range, use Depth_cols2
and Depth_cuts2
.
To be only used for large scale illustrative purposes. Please refer to load_Bathy
to get higher resolution data.
Usage
SmallBathy()
Format
raster
References
GEBCO Compilation Group (2023) GEBCO 2023 Grid (doi:10.5285/f98b053b-0cbc-6c23-e053-6c86abc0af7b)
See Also
load_Bathy
, add_col
, add_Cscale
, Depth_cols
,
Depth_cuts
,
Depth_cols2
, Depth_cuts2
, get_depths
, create_Stations
.
Examples
terra::plot(SmallBathy(),breaks=Depth_cuts,col=Depth_cols,axes=FALSE,box=FALSE)
[Package CCAMLRGIS version 4.1.1 Index]