create_exceedance_plotList: create_exceedance_plotList

View source: R/create_exceedance_plotList.R

create_exceedance_plotListR Documentation

create_exceedance_plotList

Description

Wrapper around plot_exceedance() to allow more control over the resulting plots

Usage

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
)

Arguments

count_df

output of count_exceedance()

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 count_exceedance. Default 9

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

Author(s)

W. S. Drysdale


willdrysdale/AQVisR documentation built on July 24, 2022, 8:52 a.m.