iplot_years {AeRobiology} | R Documentation |
Interactive Plotting Pollen Data (one pollen type).
Description
Function to plot the pollen data of a pollen type during several seasons. The plots are fully interactive.
Usage
iplot_years(data, pollen)
Arguments
data |
A |
pollen |
A |
Value
An interactive plot of the class ggvis.
See Also
Examples
data("munich_pollen")
iplot_years(data = munich_pollen, pollen = "Betula")
[Package AeRobiology version 2.0.1 Index]