Description Usage Arguments Value Author(s) Examples
View source: R/Wrapper-methods.R
For given sites and phenomena, a SOS is queried and the data returned as data.frame.
1 |
sos |
An SOS object from a call to |
phenomena |
A list, vector or one-column data.frame with characters identifying the relevant phenomena. |
sites |
A list, vector or one-column data.frame with characters identifying the relevant sites. |
spatialBBox |
A 2-by-2 matrix with |
begin |
Object of class |
end |
Object of class |
... |
Named arguments forwarded to other wrapper functions internally. |
A data.frame containing the data in long form where each row contains a siteID
, the time stamp of the observation and the observed measurements for each phenomenon in a separate column. The measurements are provided with units using units
.
Benedikt Graeler, Eike Hinderk Juerrens
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.