From b9ce44748f2795ae1f35fe5a510e88635f247a7f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jan 2018 09:22:42 +0100 Subject: Correction of return value documentation for PEC_sw_exposit_runoff Rebuild pkgdown documentation --- docs/reference/PEC_sw_exposit_runoff.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'docs/reference/PEC_sw_exposit_runoff.html') diff --git a/docs/reference/PEC_sw_exposit_runoff.html b/docs/reference/PEC_sw_exposit_runoff.html index 378c4e2..5539dc6 100644 --- a/docs/reference/PEC_sw_exposit_runoff.html +++ b/docs/reference/PEC_sw_exposit_runoff.html @@ -121,9 +121,10 @@ in the worksheet "Konzept Runoff". Calculation of sediment PEC values is not imp

Value

A list containing the following components

-
Input

A matrix containing dissolved and bound input for the different distances

-
PEC_sw_runoo

A matrix containing PEC values for dissolved and bound substance - for the different distances. If the rate was given in g/ha, the PECsw are in /L.

+
perc_runoff

The runoff percentages for dissolved and bound substance

+
runoff

A matrix containing dissolved and bound input for the different distances

+
PEC_sw_runoff

A matrix containing PEC values for dissolved and bound substance + for the different distances. If the rate was given in g/ha, the PECsw are in microg/L.

@@ -133,13 +134,11 @@ in the worksheet "Konzept Runoff". Calculation of sediment PEC values is not imp

Examples

-
PEC_sw_exposit_runoff(500, 150)
#> $Rate -#> [1] 500 +
PEC_sw_exposit_runoff(500, 150)
#> $perc_runoff +#> dissolved bound +#> 0.248 0.001 #> -#> $Koc -#> [1] 150 -#> -#> $Input +#> $runoff #> dissolved bound total #> No buffer 1.240 0.00500 1.24500 #> 5 m 0.744 0.00300 0.74700 -- cgit v1.2.1