From c5315525c80a6822eef2311e6b0733ee5018db60 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 3 Apr 2006 16:28:19 +0000 Subject: - The drplot function now accepts custom xlim and ylim values - Confidence intervals for the EC50 can now (again) be generated by drfit by giving the argument conf=TRUE - Update of the INDEX git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@62 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drplot.Rd | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'man/drplot.Rd') 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 -- cgit v1.2.1