Description Usage Arguments Details Value References See Also Examples
Function to plot the pollen data during several seasons. Also plots the averaged pollen season 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 |
data |
A |
pollen |
A |
mave |
An |
normalized |
A |
interpolation |
A |
int.method |
A |
export.plot |
A |
export.format |
A |
axisname |
A |
... |
Other additional arguments may be used to customize the exportation of the plots using |
This function allows to summarize the pollen season by a simple plot. Even though the package was originally designed to treat aeropalynological data, it can be used to study many other atmospheric components (e.g., bacteria in the air, fungi, insects ...) (Buters et al., 2018; Oteros et al., 2019).
This function returns plot of class ggplot2. User are able to customize the output as a ggplot2 object.
Buters, J. T. M., Antunes, C., Galveias, A., Bergmann, K. C., Thibaudon, M., Galan, C. & Oteros, J. (2018). Pollen and spore monitoring in the world. Clinical and translational allergy, 8(1), 9.
Oteros, J., Bartusel, E., Alessandrini, F., Nunez, A., Moreno, D. A., Behrendt, H., ... & Buters, J. (2019). Artemisia pollen is the main vector for airborne endotoxin. Journal of Allergy and Clinical Immunology.
calculate_ps
; plot_normsummary
1 2 | data("munich_pollen")
plot_summary(munich_pollen, pollen = "Betula", export.plot = FALSE, interpolation = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.