extract_sst | R Documentation |
Extract SST for a specific date/time
extract_sst(year = "2013", month = "01", day = "01", bbox = c(-15, 10, 45, 62))
year |
A character string. |
month |
An integer. |
day |
An integer. |
bbox |
(optional) A vector in the format Xmin, Xmax, Ymin, Ymax for plotting. |
plot.it |
A boolean. TRUE will plot the output with a contoured levelplot |
A raster object
r <- extract_sst(year,month,day,bbox=c(-15,10,45,62))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.