iplot_years: Interactive Plotting Pollen Data (one pollen type).

Description Usage Arguments Value See Also Examples

Description

Function to plot the pollen data of a pollen type during several seasons. The plots are fully interactive.

Usage

1
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

1
2
data("munich_pollen")
iplot_years(data = munich_pollen, pollen = "Betula")

AeRobiology documentation built on June 3, 2019, 9:03 a.m.