Learn R Programming

CCAMLRGIS (version 4.2.1)

SmallBathy: Small bathymetry dataset

Description

Bathymetry dataset derived from the GEBCO 2024 (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()

Arguments

Format

raster

References

GEBCO Compilation Group (2024) GEBCO 2024 Grid (doi:10.5285/1c44ce99-0a0d-5f4f-e063-7086abc0ea0f)

See Also

load_Bathy, add_col, add_Cscale, Depth_cols, Depth_cuts, Depth_cols2, Depth_cuts2, get_depths, create_Stations.

Examples

Run this code
terra::plot(SmallBathy(),breaks=Depth_cuts,col=Depth_cols,axes=FALSE,box=FALSE)

Run the code above in your browser using DataLab