Description Usage Arguments Value See Also Examples
Function to plot the pollen data during one season. The plots are fully interactive.
1 | iplot_pollen(data, year)
|
data |
A |
year |
An |
An interactive plot of the class ggvis.
1 2 | data("munich_pollen")
iplot_pollen(data = munich_pollen, year = 2012)
|
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.