Description Usage Arguments Value References Examples
Function to plot pollen data expressed in concentrations with time resolution higher than 1 day (e.g. hourly, bi-hourly concentrations).
1 |
data |
A |
result |
A |
locations |
A |
If result == "plot"
, the function returns a list of objects of class ggplot2; if result == "table"
, the function returns a data.frame with the hourly patterns.
Oteros, J., Pusch, G., Weichenmeier, I., Heimann, U., Mueller, R., Roeseler, S., ... & Buters, J. T. (2015). Automatic and online pollen monitoring. International archives of allergy and immunology, 167(3), 158-166.
1 2 3 | data("POMO_pollen")
plot_hour(POMO_pollen, result="plot", locations = FALSE)
plot_hour(POMO_pollen, result="plot", locations = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.