accClimateVariables | R Documentation |
Provides the index and the short and full names of all the variables available in the database.
accClimateVariables(v = NA, domain = NA)
v |
The name of a variable to quickly access its description and ID
(default |
domain |
The domain ('Terrestrial' or 'Marine') of the variables. Default value is NA and both terrestrial and marine climate variable names are returned. |
A data frame descriptive of the climate variables available in the
database (if v=NA
) or the description of variable v.
https://www.worldclim.org/data/bioclim.html for details on the 'bio' data, https://csidotinfo.wordpress.com/2019/01/24/global-aridity-index-and-potential-evapotranspiration-climate-database-v2/ for details on 'ai', https://www.ncei.noaa.gov/products/world-ocean-atlas for details on the sea surface temperature, sea surface salinity and nutrient Concentration data, or https://psl.noaa.gov/data/gridded/data.noaa.oisst.v2.highres.html for the sea ice concentration data.
## Not run:
accClimateVariables()
accClimateVariables(v='bio12')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.