ghrsst {tabularaster}R Documentation

Sea surface temperature data.

Description

A smoothed subset of GHRSST.

Format

A raster created GHRSST data and raster smoothing.

Details

See "data-raw/ghrsst.R" and "data-raw/ghrsst-readme.txt" for details.

sst_regions is a simple polygon region layer to sit over the SST data.

Examples


library(raster)
plot(ghrsst, col = hcl.colors(12, "YlOrRd", rev = TRUE))
plot(sst_regions, add = TRUE, col = NA)
cellnumbers(ghrsst, sst_regions) 


[Package tabularaster version 0.7.2 Index]