diff options
Diffstat (limited to 'man/PEC_sw_sed.Rd')
-rw-r--r-- | man/PEC_sw_sed.Rd | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/PEC_sw_sed.Rd b/man/PEC_sw_sed.Rd index bc82ee3..0ebfd28 100644 --- a/man/PEC_sw_sed.Rd +++ b/man/PEC_sw_sed.Rd @@ -9,9 +9,9 @@ PEC_sw_sed( PEC_sw, percentage = 100, method = "percentage", - sediment_depth = 5, - water_depth = 30, - sediment_density = 1.3, + sediment_depth = set_units(5, "cm"), + water_depth = set_units(30, "cm"), + sediment_density = set_units(1.3, "kg/L"), PEC_sed_units = c("µg/kg", "mg/kg") ) } @@ -27,7 +27,7 @@ which the corresponding sediment concentration is to be estimated} \item{water_depth}{Depth of the water body in cm} -\item{sediment_density}{The density of the sediment in L/kg (equivalent to +\item{sediment_density}{The density of the sediment in kg/L (equivalent to g/cm3)} \item{PEC_sed_units}{The units of the estimated sediment PEC value} @@ -40,6 +40,8 @@ The method 'percentage' is equivalent to what is used in the CRD spreadsheet PEC calculator } \examples{ +library(pfm) +library(units) PEC_sw_sed(PEC_sw_drift(100, distances = 1), percentage = 50) } \author{ |