diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-01-02 16:41:43 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-01-02 16:41:43 +0000 |
commit | fdd212ca853af2b41736ba6e1cd539feb5f145de (patch) | |
tree | e1790b069bc6f7c00d333a0f95b78d1211a39e16 /man | |
parent | 928b6dc90efe152ec7ebbfd9efb6ab28c8f59dd5 (diff) |
- 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
Diffstat (limited to 'man')
-rw-r--r-- | man/drplot.Rd | 8 |
1 files changed, 7 insertions, 1 deletions
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. |