Description Usage Arguments Value Slots Author(s) Examples
A class representing a web dataset.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | webdata(.Object, ...)
## S4 method for signature 'missing'
webdata(.Object, ...)
## S4 method for signature 'character'
webdata(.Object = c("prism", "iclus", "daymet",
"gldas", "nldas", "topowx", "solar", "metobs"), ...)
## S4 method for signature 'geojob'
webdata(.Object, ...)
## S4 method for signature 'ANY'
webdata(.Object, ...)
|
.Object |
any object that can be coerced into webdata
(currently |
... |
additional arguments passed initialize method (e.g., times, or any other in the webdata object. |
the webdata object representing a dataset and parameters
times
value of type "POSIXct"
, start and stop dates for data
url
value of type "character"
, the web location for the dataset
variable
value of type "character"
, the variable(s) for data
Jordan S Read
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.