aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/PEC_sw_sed.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/PEC_sw_sed.html')
-rw-r--r--docs/reference/PEC_sw_sed.html63
1 files changed, 40 insertions, 23 deletions
diff --git a/docs/reference/PEC_sw_sed.html b/docs/reference/PEC_sw_sed.html
index 6ede4c7..ceb8ea3 100644
--- a/docs/reference/PEC_sw_sed.html
+++ b/docs/reference/PEC_sw_sed.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculate predicted environmental concentrations in sediment from surface
- — PEC_sw_sed • pfm</title>
+water concentrations — PEC_sw_sed • pfm</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
@@ -26,12 +26,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -68,37 +70,52 @@
<div class="col-md-9 contents">
<div class="page-header">
<h1>Calculate predicted environmental concentrations in sediment from surface
-</h1>
+water concentrations</h1>
</div>
- <p>The method &#39;percentage&#39; is equivalent to what is used in the CRD spreadsheet
+ <p>The method 'percentage' is equivalent to what is used in the CRD spreadsheet
PEC calculator</p>
- <pre><span class='fu'>PEC_sw_sed</span>(<span class='no'>PEC_sw</span>, <span class='kw'>percentage</span> <span class='kw'>=</span> <span class='fl'>100</span>, <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"percentage"</span>,
+ <pre class="usage"><span class='fu'>PEC_sw_sed</span>(<span class='no'>PEC_sw</span>, <span class='kw'>percentage</span> <span class='kw'>=</span> <span class='fl'>100</span>, <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"percentage"</span>,
<span class='kw'>sediment_depth</span> <span class='kw'>=</span> <span class='fl'>5</span>, <span class='kw'>water_depth</span> <span class='kw'>=</span> <span class='fl'>30</span>, <span class='kw'>sediment_density</span> <span class='kw'>=</span> <span class='fl'>1.3</span>,
<span class='kw'>PEC_sed_units</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"µg/kg"</span>, <span class='st'>"mg/kg"</span>))</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
- <dl class="dl-horizontal">
- <dt>PEC_sw</dt>
- <dd>Numeric vector or matrix of surface water concentrations in µg/L for
-which the corresponding sediment concentration is to be estimated</dd>
- <dt>percentage</dt>
- <dd>The percentage in sediment, used for the percentage method</dd>
- <dt>method</dt>
- <dd>The method used for the calculation</dd>
- <dt>sediment_depth</dt>
- <dd>Depth of the sediment layer</dd>
- <dt>water_depth</dt>
- <dd>Depth of the water body in cm</dd>
- <dt>sediment_density</dt>
- <dd>The density of the sediment in L/kg (equivalent to
-g/cm3)</dd>
- <dt>PEC_sed_units</dt>
- <dd>The units of the estimated sediment PEC value</dd>
- </dl>
+ <table class="ref-arguments">
+ <colgroup><col class="name" /><col class="desc" /></colgroup>
+ <tr>
+ <th>PEC_sw</th>
+ <td><p>Numeric vector or matrix of surface water concentrations in µg/L for
+which the corresponding sediment concentration is to be estimated</p></td>
+ </tr>
+ <tr>
+ <th>percentage</th>
+ <td><p>The percentage in sediment, used for the percentage method</p></td>
+ </tr>
+ <tr>
+ <th>method</th>
+ <td><p>The method used for the calculation</p></td>
+ </tr>
+ <tr>
+ <th>sediment_depth</th>
+ <td><p>Depth of the sediment layer</p></td>
+ </tr>
+ <tr>
+ <th>water_depth</th>
+ <td><p>Depth of the water body in cm</p></td>
+ </tr>
+ <tr>
+ <th>sediment_density</th>
+ <td><p>The density of the sediment in L/kg (equivalent to
+g/cm3)</p></td>
+ </tr>
+ <tr>
+ <th>PEC_sed_units</th>
+ <td><p>The units of the estimated sediment PEC value</p></td>
+ </tr>
+ </table>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>

Contact - Imprint