Learn R Programming

tabularaster (version 0.5.0)

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
# NOT RUN {
library(raster)
plot(ghrsst, col = viridis::viridis(100))
plot(sst_regions, add = TRUE, col = NA)
## cellnumbers(ghrsst, sst_regions) 
# }

Run the code above in your browser using DataLab