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