Description Usage Arguments Value See Also Examples
Function to plot the pollen data amplitude during several seasons: daily average pollen concentration over the study period, maximum pollen concentration of each day over the study period and minimum pollen concentration of each day value over the study period. It is possible to plot the relative abundance per day and smoothing the pollen season by calculating a moving average.
1 2 3 4 |
data |
A |
pollen |
A |
mave |
An |
normalized |
A |
interpolation |
A |
int.method |
A |
export.plot |
A |
export.format |
A |
color.plot |
A |
axisname |
A |
... |
Other additional arguments may be used to customize the exportation of the plots using |
This function returns plot of class ggplot2. User are able to customize the output as a ggplot2 object.
1 2 | data("munich_pollen")
plot_normsummary(munich_pollen, pollen = "Betula", interpolation = FALSE, export.plot = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.