View source: R/create_exceedance_plotList.R
create_exceedance_plotList | R Documentation |
Wrapper around plot_exceedance()
to allow more control over the resulting plots
create_exceedance_plotList( count_df, spc = c("no2_1_200", "pm10_24_50", "pm25_24_25"), max_sites = 9, year_range = 2019:2020, top_year = 2019 )
count_df |
output of |
spc |
character vector of speices to be plotted in threshold format |
max_sites |
maximum number of sites to show for each spc. only for summary = "none" of |
year_range |
integer vector of years to show exceedances for, defaults 2019:2020 |
top_year |
which year should be used to order the sites by number of exceedances. Default 2019 |
W. S. Drysdale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.