Create a Plot of IRS spray Dates for a District

plot_irs_history(
  district_name,
  start = 2012,
  end = 2026,
  add = FALSE,
  clr = "#4686FBFF"
)

Arguments

district_name

a district name

start

the first year to plot

end

the last year to plot

add

if TRUE, add to an existing plot

clr

a color for the labels

Value

invisible()