Description Usage Arguments Value Examples
This function takes an input spatiotemporal domain and an OPeNDAP datasource. It returns a list of geotiff filenames that have been written to the current working directory.
1 2 | dap_bioclim(start, end, bbox_in, bioclims, OPeNDAP_URI, tmax_var, tmin_var,
tave_var, prcp_var)
|
start |
a start year |
end |
an end year |
bbox_in |
a bounding box to be passed to CF_bbox_in |
bioclims |
a list of bioclims to be passed to the bioclim function. |
OPeNDAP_URI |
an OPeNDAP resource without any service parameters. |
tmax_var |
a string of the tmax variable id |
tmin_var |
a string of the tmin variable id |
tave_var |
optional: a string of the tave variable id |
prcp_var |
a string of the prcp variable id |
A list of filenames that have been written to disk.
1 2 3 4 | ## Not run:
Soon!
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.