Description Usage Arguments Value Examples
This function takes an OPeNDAP web service uri and a list of variables of interest. It returns a named list containing the ncdf4 object's handle, and a temperature conversion function.
1 | init_dap(OPeNDAP_URI, tmax_var, tmin_var, prcp_var, tave_var)
|
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 |
prcp_var |
a string of the prcp variable id |
ncdf4_init a named list of an ncdf4 object and a temperature conversion function.
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.