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