ghrsst | R Documentation |
A smoothed subset of GHRSST.
A raster created GHRSST data and raster smoothing.
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.
library(raster)
plot(ghrsst, col = hcl.colors(12, "YlOrRd", rev = TRUE))
plot(sst_regions, add = TRUE, col = NA)
cellnumbers(ghrsst, sst_regions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.