diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-30 17:54:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-30 17:54:16 +0200 |
commit | fec95dfbf0abe4175649e399eb1fcd698d482a9a (patch) | |
tree | 6d9a95ab2b129f5929d92a8851f96af4ec80b911 /man/checkcontrols.Rd | |
parent | 12a712a7b0cb0f755354f7a1f4e6e2d4c264fd13 (diff) |
Add checkcontrols, updates, see ChangeLog
Diffstat (limited to 'man/checkcontrols.Rd')
-rw-r--r-- | man/checkcontrols.Rd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/checkcontrols.Rd b/man/checkcontrols.Rd index b155643..3941a69 100644 --- a/man/checkcontrols.Rd +++ b/man/checkcontrols.Rd @@ -6,7 +6,7 @@ experiments from a specified database. } \usage{ - checkcontrols(last = 10, id = NULL, db = "cytotox", organism = "Vibrio fischeri", + checkcontrols(last = 10, id = NULL, db = "cytotox", organism = "Vibrio fischeri", endpoint = "\%", qcc = c("R", "xbar")) } \arguments{ @@ -29,9 +29,9 @@ The endpoint that should be used for selecting the data. Only important if the database "ecotox" is used. Defaults to "\%".} \item{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. + 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{ @@ -41,8 +41,8 @@ \dontrun{checkcontrols(15)} } \author{ - Johannes Ranke - \email{jranke@uni-bremen.de} + Johannes Ranke + \email{jranke@uni-bremen.de} \url{http://www.uft.uni-bremen.de/chemie/ranke} } \keyword{database} |