Estimate emission durations using continuous monitoring systems (CMS), accounting for CMS non-detect times
Source:R/estimate_durations.R
estimate_durations.RdEstimate emission durations using continuous monitoring systems (CMS), accounting for CMS non-detect times
Arguments
- data
List. Forward model output data. The format must match that of the sample (default) shortened data from the 2023 ADED controlled release experiment, which is released with the
durationpackage.- tz
Character. Time zone. Default set to
America/Denver.- directory
Character. Location where results output is saved. If not specified, a directory is created and the location is shared with the user.
- events
Logical. Print the number of events per year? Default set to
FALSE.- plot
Logical. Return a plot of the distribution of average duration estimates by source? Default set to
FALSE.- time
Logical. Return the timing of the simulation. Default set to
TRUE.