SmallBathy {CCAMLRGIS} | R Documentation |
Bathymetry dataset derived from the GEBCO 2021 (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.
SmallBathy()
raster
GEBCO Compilation Group (2021) GEBCO 2021 Grid (doi:10.5285/c6612cbe-50b3-0cff-e053-6c86abc09f8f)
load_Bathy
, add_col
, add_Cscale
, Depth_cols
,
Depth_cuts
,
Depth_cols2
, Depth_cuts2
, get_depths
, create_Stations
.
terra::plot(SmallBathy(),breaks=Depth_cuts,col=Depth_cols,axes=FALSE,box=FALSE)