diff options
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. |