diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-25 17:30:01 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-25 17:30:01 +0000 |
commit | 35362cfc7c02f12fd9689f68a772a804d895535a (patch) | |
tree | 7171ac4ee23fa4e56135970936e488b4836e49a8 /man/drplot.Rd | |
parent | 184aacf1ad5a28b2428633cd1966d6fb881eb3b0 (diff) |
Feature-complete version of the new drfit package that can make use
of the drc package in order to obtain confidence intervals for EDx values.
See ChangeLog for details.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@98 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r-- | man/drplot.Rd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd index b2c2745..e9e4dd1 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -8,7 +8,7 @@ \usage{ drplot(drresults, data, dtype, alpha, ctype, path, fileprefix, overlay, xlim, ylim, xlab, ylab, axes, frame.plot, postscript, - pdf, png, bw, pointsize, colors, ltys, devoff, lpos) + pdf, png, bw, pointsize, colors, ltys, pchs, devoff, lpos) } \arguments{ \item{drresults}{ @@ -99,6 +99,11 @@ \item{ltys}{ This is a vector of line types for the dose-response models, defaulting to 1:8. } + \item{pchs}{ + This is a vector of character types for the data. The default uses built-in + characters 1:n with n being the number of substances for which data are plotted + for overlays, or always 1 when no overlay plot is generated. + } \item{lpos}{ An optional argument defaulting to "topright" specifying the position of the legend by being passed to the legend function. See the help for the |