diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-31 12:10:59 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-31 12:10:59 +0200 |
commit | 9b36a3d2055d3bfa4844ca43acc232f064856871 (patch) | |
tree | 6f831fcdb25801a09a8aeb5fd670f42bb859dba1 /docs/reference/checkcontrols.html | |
parent | 964b45c0cc7570a5c724a1f6458cf553866b7307 (diff) |
Further improvement to checkcontrols()
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'docs/reference/checkcontrols.html')
-rw-r--r-- | docs/reference/checkcontrols.html | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/docs/reference/checkcontrols.html b/docs/reference/checkcontrols.html index 2b2eb8b..0e89c93 100644 --- a/docs/reference/checkcontrols.html +++ b/docs/reference/checkcontrols.html @@ -76,7 +76,9 @@ experiments from a specified database.</p> - <pre><span class='fu'>checkcontrols</span>(<span class='kw'>last</span> <span class='kw'>=</span> <span class='fl'>10</span>, <span class='kw'>id</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>db</span> <span class='kw'>=</span> <span class='st'>"cytotox"</span>, <span class='kw'>organism</span> <span class='kw'>=</span> <span class='st'>"Vibrio fischeri"</span>, + <pre><span class='fu'>checkcontrols</span>(<span class='kw'>last</span> <span class='kw'>=</span> <span class='fl'>10</span>, <span class='kw'>id</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>db</span> <span class='kw'>=</span> <span class='st'>"cytotox"</span>, + <span class='kw'>celltype</span> <span class='kw'>=</span> <span class='st'>"IPC-81"</span>, <span class='kw'>enzymetype</span> <span class='kw'>=</span> <span class='st'>"AChE"</span>, + <span class='kw'>organism</span> <span class='kw'>=</span> <span class='st'>"Vibrio fischeri"</span>, <span class='kw'>endpoint</span> <span class='kw'>=</span> <span class='st'>"%"</span>, <span class='kw'>qcc</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"R"</span>, <span class='st'>"xbar"</span>))</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> @@ -99,9 +101,18 @@ supported, as well as the database of ecotoxicity experiments "ecotox".</p></td> </tr> <tr> + <th>celltype</th> + <td><p>Only important if database "cytotox" is used. Data for + "IPC-81", "C6", "NB4", "HeLa", "Jurkat" and "U937" are available.</p></td> + </tr> + <tr> + <th>enzymetype</th> + <td><p>Only important if database "enzymes" is used. + Data for "AChE", "GR" and "GST" are available.</p></td> + </tr> + <tr> <th>organism</th> - <td><p>The organism that was exposed to the chemical. Only important if the database - "ecotox" is used. Defaults to "Vibrio fischeri".</p></td> + <td><p>Only important if database "ecotox" is used.</p></td> </tr> <tr> <th>endpoint</th> @@ -110,8 +121,8 @@ </tr> <tr> <th>qcc</th> - <td><p>The type of quality control charts to be plotted. By default, an R chart - (showing ranges of control values within plates/experiments), and an + <td><p>The type of quality control charts to be plotted. By default, an R chart + (showing ranges of control values within plates/experiments), and an xbar chart (showing means) are generated.</p></td> </tr> </table> @@ -136,8 +147,8 @@ <h2>Author</h2> - Johannes Ranke - <a href='mailto:jranke@uni-bremen.de'>jranke@uni-bremen.de</a> + Johannes Ranke + <a href='mailto:jranke@uni-bremen.de'>jranke@uni-bremen.de</a> <a href = 'http://www.uft.uni-bremen.de/chemie/ranke'>http://www.uft.uni-bremen.de/chemie/ranke</a> </div> |