no_exposure: Zero exposure

View source: R/class-ExposureSeries.R

no_exposureR Documentation

Zero exposure

Description

Creates an ExposureSeries with zero concentration. When setting the zero exposure, pay attention not to accidentally reset the output times of your scenario as the zero exposure series contains only a single time point. See the examples.

Usage

no_exposure()

Value

an S4 object of type ExposureSeries

See Also

set_noexposure()

Examples

# Set exposure to zero, but keep the original output times
minnow_it %>%
  set_noexposure() %>%
  simulate()

cvasi documentation built on Sept. 11, 2025, 5:11 p.m.