exp_day_comparison: Unique Day Comparions Full

View source: R/exp_unique_event_full.R

exp_day_comparisonR Documentation

Unique Day Comparions Full

Description

Performs full day comparison experiment using exp_unique_event and exp_unique_event_day and create a PDF of results

Usage

exp_day_comparison(
  d,
  dtraj,
  date = "24/04/2016",
  wbefore = 4,
  wafter = 4,
  dbefore,
  dafter,
  pol = "nox",
  period = "15 min",
  use_polcol = T
)

Arguments

d

Dataframe containing time series

dtraj

back trajectories covering time period to be studied

date

DD/MM/YYYY of unique day

wbefore

Number of weeks before unique date

wafter

number of weeks after unique date

dbefore

number of days before unique date (If not supplied, equal to wbefore)

dafter

number of days before unique date (If not supplied, equal to wafter)

pol

single pollutant to perfom experiment on

period

over which the time series has been averaged (used to pad data series)

use_polcol

T/F whether to use colours returned by pollution colour for consistency, currently supports no, no2, nox


willdrysdale/wsdmiscr documentation built on Aug. 26, 2023, 12:31 a.m.