From ae13a2e7f373f697cdfb6acb7ae042d6e27d8967 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 24 Mar 2017 15:22:07 +0100 Subject: Add pkgdown docu, change package build directory --- docs/reference/checkcontrols.html | 159 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 docs/reference/checkcontrols.html (limited to 'docs/reference/checkcontrols.html') diff --git a/docs/reference/checkcontrols.html b/docs/reference/checkcontrols.html new file mode 100644 index 0000000..2b2eb8b --- /dev/null +++ b/docs/reference/checkcontrols.html @@ -0,0 +1,159 @@ + + + + + + + + +Check raw data from range of plates or experiments — checkcontrols • drfit + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Report control data from a specified range of microtiter plates or + experiments from a specified database.

+ + +
checkcontrols(last = 10, id = NULL, db = "cytotox", organism = "Vibrio fischeri",
+                endpoint = "%", qcc = c("R", "xbar"))
+ +

Arguments

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
last

If id is not specified, this argument specifies the number of + plates/experiments that should be evaluated. The plates/experiments with + the hightest numbers are selected.

id

A numeric vector of integers, specifying the plates or experiments explicitly.

db

The database to be used. Currently, the microtiter plate databases + "cytotox", "enzymes" of the UFT Department of Bioorganic Chemistry are + supported, as well as the database of ecotoxicity experiments "ecotox".

organism

The organism that was exposed to the chemical. Only important if the database + "ecotox" is used. Defaults to "Vibrio fischeri".

endpoint

The endpoint that should be used for selecting the data. Only important if + the database "ecotox" is used. Defaults to "%".

qcc

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.

+ +

Value

+ +

The function lists a report and shows two graphs.

+ + +

Examples

+
## Not run: checkcontrols(15)
+
+ +
+ + +
+ + + -- cgit v1.2.1