getClimData | R Documentation |
Create environmental layers in ascii for a specified region and spatial resolution
getClimData(res = 0.5, xMin, xMax, yMin, yMax, inPath, outPath, bioClim, write)
res |
Numeric. Spatial resolution in decimal degrees (defaults to 0.5) |
xMin |
Numeric. Min x coordinate. |
xMax |
Numeric. Max x coordinate. |
yMin |
Numeric. Min y coordinate. |
yMax |
Numeric. Max y coordinate. |
inPath |
String. Path to climate data. |
outPath |
Logical. If true the climate data are written as .asc files to outPath. |
bioClim |
Logical. If true, getClimData will automatically name the data layers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.