exposurePR: Wrapper to partialReplacement

Description Usage Arguments

View source: R/partial_replacement.r

Description

Generates partial replacement based on experimental conditions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
exposurePR(
  flowTime = NULL,
  flowRate = NULL,
  volume = NULL,
  fraction = NULL,
  flowTimeUnits = "min",
  flowVolumeUnits = "l",
  totalTime,
  totalTimeUnits = "hr",
  concentration = NULL,
  concentrationUnits = "mg_per_l",
  contaminant = NA
)

Arguments

flowTime

Time of flow

flowRate

Rate of flow

volume

Volume of reservoir

fraction

Fraction replacement

totalTime

total duration of exposure

totalTimeUnits

total duration of exposure units

concentration

exposure concentration

concentrationUnits

exposure concentration units

contaminant

name of contaminant

timeUnits

= "min" use units as defined in package measurements

volumeUnits

= "l" use units as defined in package measurements


duanxd1/gfuns documentation built on March 7, 2020, 12:46 a.m.