Learn R Programming

CCAMLRGIS (version 3.0.4)

SmallBathy: Small bathymetry dataset

Description

Bathymetry dataset derived from the GEBCO 2019 dataset. Subsampled using raster's resample function, using the nearest neighbor method and 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

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