View source: R/oisst_mainstays_data_access.R
load_global_oisst | R Documentation |
Access OISST Mainstays Arrays
load_global_oisst(
resource = c("raw", "climatology82", "climatology91", "anomalies", "warming rates"),
year_range = seq(2010, 2020, 1),
box_location = "default_boxpath|cloudstorage"
)
resource |
Name of the global extent resource, choices are raw, climatology, warming rates, and anomalies. |
year_range |
optional vector of years for raw or anomalies data resources. |
box_location |
String indicating value to pass to 'boxpath_switch' |
resource_out Raster stack of the desired netcdf array
# Not run
# load_global_oisst(resource = "warming rates", year_range = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.