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 data.frame object. This data.frame should include a first column in format Date and the rest of columns in format numeric belonging to each pollen type by column.
|
year |
An integer value specifying the year to display. This is a mandatory argument.
|
Value
An interactive plot of the class ggvis.
See Also
iplot_years
Examples
data("munich_pollen")
iplot_pollen(data = munich_pollen, year = 2012)
[Package
AeRobiology version 2.0.1
Index]