plot_normsummary {AeRobiology} | R Documentation |
Plotting the Amplitude of Several Pollen Seasons.
Description
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.
Usage
plot_normsummary(data, pollen, mave = 1, normalized = FALSE,
interpolation = TRUE, int.method = "lineal", export.plot = FALSE,
export.format = "pdf", color.plot = "orange2",
axisname = "Pollen grains / m3", ...)
Arguments
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 |
Value
This function returns plot of class ggplot2. User are able to customize the output as a ggplot2 object.
See Also
Examples
data("munich_pollen")
plot_normsummary(munich_pollen, pollen = "Betula", interpolation = FALSE, export.plot = FALSE)