From fdd212ca853af2b41736ba6e1cd539feb5f145de Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 2 Jan 2006 16:41:43 +0000 Subject: - Added a little documentation of the sample data in inst/doc. - Added the possibility to show standard deviation or confidence interval for the mean of the control values, if present in the dose-response data. Also, control data (with dose=0) are not listed in the results data frame of drfit any more. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@54 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drplot.Rd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/drplot.Rd b/man/drplot.Rd index 25b598c..99f77ab 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -6,7 +6,7 @@ either combined or separately, for one or more substances. } \usage{ - drplot(drresults, data, dtype, alpha, path, fileprefix, overlay, + drplot(drresults, data, dtype, alpha, ctype, path, fileprefix, overlay, postscript, png, bw, pointsize, colors, devoff, lpos) } \arguments{ @@ -31,6 +31,12 @@ The confidence level, defaulting to 0.95, only used if dtype "conf" has been chosen. } + \item{ctype}{ + This argument decides if horizontal lines are drawn to show the scatter of + the control values (dose = 0, mean response = 1). Defaults to "none", + further allowed values are "std" and "conf" for displaying the standard deviation + of the controls or the confidence interval for the mean of the controls. + } \item{path}{ The path where graphic files should be put if any are produced. Defaults to "./" i.e. the current working directory of R. -- cgit v1.2.1