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 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.
|
pollen |
A character string with the name of the particle to show. This character must match with the name of a column in the input database. This is a mandatory argument.
|
Value
An interactive plot of the class ggvis.
See Also
iplot_pollen
Examples
data("munich_pollen")
iplot_years(data = munich_pollen, pollen = "Betula")
[Package
AeRobiology version 2.0.1
Index]