iplot_pollen: 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.