From 18b13d3122eaa4f803795dfa2cb5ba951c8354f6 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> Date: Wed, 1 Sep 2004 05:05:20 +0000 Subject: Fixed some mistakes in the help files, and took away the dependency on the defunct nls package in the function drfit. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@4 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drplot.Rd | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'man/drplot.Rd') diff --git a/man/drplot.Rd b/man/drplot.Rd index bb4826e..f201332 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -65,16 +65,20 @@ } \value{ \item{results}{ - A data frame containing at least one line for each substance. If the data did not - show a mean response < 0.5 at the highest dose level, the modeltype is set to "none". - Every successful fit is reported in one line. Parameters of the fitted curves are only - reported if the fitted EC50 is not higher than the highest dose.} + You will get plots of data and/or the fitted dose-response curves, on the + screen and/or as postscript files, depending on the parameters. + } } +\note{ + Turn off the colors if you don't like them and don't want to fiddle with + them. Treatment of legends is quite bad. Be sure all devices are closed + (e.g. by calling \code{dev.off()}) before calling \code{drplot} again. +} \examples{ -\dontrun{data(antifoul)} -\dontrun{r <- drfit(antifoul)} -\dontrun{format(r,digits=2)} +data(antifoul) +r <- drfit(antifoul) +\dontrun{drplot(r,antifoul)} } \author{ Johannes Ranke -- cgit v1.2.1