iplot_pollen: Interactive Plotting Pollen Data (one season).

Description Usage Arguments Value See Also Examples

Description

Function to plot the pollen data during one season. The plots are fully interactive.

Usage

1

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

1
2
data("munich_pollen")
iplot_pollen(data = munich_pollen, year = 2012)

Example output

Warning messages:
1: `filter_()` is deprecated as of dplyr 0.7.0.
Please use `filter()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 
2: `group_by_()` is deprecated as of dplyr 0.7.0.
Please use `group_by()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 
3: `arrange_()` is deprecated as of dplyr 0.7.0.
Please use `arrange()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 

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