diff options
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r-- | man/drplot.Rd | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd index 4c9e298..0249476 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -6,8 +6,9 @@ either combined or separately, for one or more substances. } \usage{ - drplot(drresults, data, dtype, alpha, ctype, path, fileprefix, overlay, - postscript, pdf, png, bw, pointsize, colors, devoff, lpos) + drplot(drresults, data, dtype, alpha, ctype, path, + fileprefix, overlay, xlim, ylim, postscript, pdf, png, bw, + pointsize, colors, devoff, lpos) } \arguments{ \item{drresults}{ @@ -51,6 +52,12 @@ (postscript=FALSE) only works correctly for data plots. Dose-response models will all be put into the last graph in this case. } + \item{xlim}{ + The plot limits (min,max) on the dose axis. + } + \item{ylim}{ + The plot limits (min,max) on the response axis. + } \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 |