From 1d0cf91a4d24ef150a2535153d4c4cfeba22dbc9 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 14 Aug 2006 13:58:31 +0000 Subject: - New version just published on my website - Fixes in checkplate, checksubstance and checkexperiment - New arguments ltys, xlab and ylab in drplot, due to a request by Ewa Mulkiewicz git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@83 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/checkexperiment.Rd | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'man/checkexperiment.Rd') 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. -- cgit v1.2.1