From 91c7d76441b309e6b3b38d00e869ad1cea6e5d0e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> Date: Wed, 8 Sep 2004 12:37:23 +0000 Subject: I built the windows binary package, and thus the compiled help files are updated. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@6 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- chm/drplot.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'chm/drplot.html') diff --git a/chm/drplot.html b/chm/drplot.html index 34ae967..c141a7a 100644 --- a/chm/drplot.html +++ b/chm/drplot.html @@ -101,12 +101,20 @@ default value is "default", which produces rainbow colors. +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. +
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.
+

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 dev.off()) before calling drplot again. +

+ +

Author(s)

@@ -119,9 +127,9 @@ Johannes Ranke

Examples

-## Not run: data(antifoul)
-## Not run: r <- drfit(antifoul)
-## Not run: format(r,digits=2)
+data(antifoul)
+r <- drfit(antifoul)
+## Not run: drplot(r,antifoul)
 
-- cgit v1.2.1