diff options
Diffstat (limited to 'man/checkexperiment.Rd')
-rw-r--r-- | man/checkexperiment.Rd | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/checkexperiment.Rd b/man/checkexperiment.Rd index 56db90c..1162d1b 100644 --- a/man/checkexperiment.Rd +++ b/man/checkexperiment.Rd @@ -7,16 +7,19 @@ specified database, box plot controls, and plot the dose-response data. } \usage{ - checkplate(id,db="cytotox") - checkexperiment(id,db="ecotox") + checkplate(id, db = "cytotox") + checkexperiment(id, db = "ecotox", endpoint = "\%") } \arguments{ \item{id}{ The id of the experiment or the plate identifying it within the database.} \item{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".} + 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".} + \item{endpoint}{ + The endpoint that should be used for selecting the data. Only important if + the database "ecotox" is used. Defaults to "\%".} } \value{ The function lists a report and shows two graphs side by side. |