WOASST | R Documentation |
World Ocean Atlas surface temperature data, 1/4 degree, monthly for the North Atlantic
data("WOASST")
A list
lon
a numeric vector
lat
a numeric vector
sst
a 3D array by month
https://www.nodc.noaa.gov/OC5/woa13/woa13data.html
Boyer, T.P., J. I. Antonov, O. K. Baranova, C. Coleman, H. E. Garcia, A. Grodsky, D. R. Johnson, R. A. Locarnini, A. V. Mishonov, T.D. O'Brien, C.R. Paver, J.R. Reagan, D. Seidov, I. V. Smolyar, and M. M. Zweng, 2013: World Ocean Database 2013, NOAA Atlas NESDIS 72, S. Levitus, Ed., A. Mishonov, Technical Ed.; Silver Spring, MD, 209 pp., http://doi.org/10.7289/V5NZ85MT
data(woasst)
library(fields)
image.plot(woasst$lon, woasst$lat, woasst$sst[,,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.