Learn R Programming

CCAMLRGIS (version 3.0.7)

SmallBathy: Small bathymetry dataset

Description

Bathymetry dataset derived from the GEBCO 2020 dataset. Subsampled using raster's resample function, using the nearest neighbor method 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 the package's vignette (browseVignettes("CCAMLRGIS"); see Section 1) to produce a higher resolution raster, suitable for analyses.

Usage

data(SmallBathy)

Arguments

Format

raster

References

GEBCO Compilation Group (2020) GEBCO 2020 Grid (doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)

See Also

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

Examples

Run this code
# NOT RUN {
plot(SmallBathy,breaks=Depth_cuts,col=Depth_cols,axes=FALSE,box=FALSE)
# }

Run the code above in your browser using DataLab