diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2008-04-09 11:54:19 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2008-04-09 11:54:19 +0000 |
commit | 6115b853e95eb316ee5258f8c9d87ac7a3740c38 (patch) | |
tree | 6dd2933b0bd1610d65cf61a1236e9072ea22bfc9 /man | |
parent | 1066c87b174f2b3df19e54adee1ee435021441c9 (diff) |
- Added the possibility to manipulate axes and plot.frame
- Adapted the test to the improved confidence interval fitting
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@93 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-rw-r--r-- | man/drplot.Rd | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd index 7924be2..b2c2745 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -7,8 +7,8 @@ } \usage{ drplot(drresults, data, dtype, alpha, ctype, path, - fileprefix, overlay, xlim, ylim, xlab, ylab, postscript, pdf, png, bw, - pointsize, colors, ltys, devoff, lpos) + fileprefix, overlay, xlim, ylim, xlab, ylab, axes, frame.plot, postscript, + pdf, png, bw, pointsize, colors, ltys, devoff, lpos) } \arguments{ \item{drresults}{ @@ -63,6 +63,14 @@ \item{ylab}{ The axis title for the y axis. Defaults to "Normalized response". } + \item{axes}{ + Specifies if axes should be drawn. Default is TRUE, as in + \code{\link{plot.default}} + } + \item{frame.plot}{ + Specifies if the plot should be framed. Default is TRUE, as in + \code{\link{plot.default}} + } \item{postscript}{ If TRUE, (a) postscript graph(s) will be created. Otherwise, and if the pdf and png arguments are also FALSE, graphics will be |