Skip to contents

This function provides an alternative to mqo_params() by allowing users to simply filter the default_params dataset to create a mqo_params()-like output suitable for the params argument of other mqor functions.

Usage

mqo_params_default(
  term = "",
  type = "",
  pollutant = "",
  resolution = NULL,
  ...
)

Arguments

term, type, pollutant

Any of the options present in default_params$term, default_params$type or default_params$pollutant. Used to filter the default_params dataset.

resolution

An optional value present in default_params$time, used to distinguish between parameters when multiple short-term time averages are present.

...

Not externally used.

Value

a list of length 4, with names rv, u_rv, a, and b.

See also

Other parameter constructors: mqo_params()