Learn R Programming

tabularaster (version 0.7.2)

ghrsst: Sea surface temperature data.

Description

A smoothed subset of GHRSST.

Arguments

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

Run this code
# \donttest{
library(raster)
plot(ghrsst, col = hcl.colors(12, "YlOrRd", rev = TRUE))
plot(sst_regions, add = TRUE, col = NA)
cellnumbers(ghrsst, sst_regions) 
# }

Run the code above in your browser using DataLab