aboutsummaryrefslogtreecommitdiff
path: root/chm/drplot.html
diff options
context:
space:
mode:
Diffstat (limited to 'chm/drplot.html')
-rw-r--r--chm/drplot.html22
1 files changed, 15 insertions, 7 deletions
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.
<table summary="R argblock">
<tr valign="top"><td><code>results</code></td>
<td>
-A data frame containing at least one line for each substance. If the data did not
-show a mean response &lt; 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.</td></tr>
+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.
+</td></tr>
</table>
+<h3>Note</h3>
+
+<p>
+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()</code>) before calling <code>drplot</code> again.
+</p>
+
+
<h3>Author(s)</h3>
<p>
@@ -119,9 +127,9 @@ Johannes Ranke
<h3>Examples</h3>
<pre>
-## Not run: data(antifoul)
-## Not run: r &lt;- drfit(antifoul)
-## Not run: format(r,digits=2)
+data(antifoul)
+r &lt;- drfit(antifoul)
+## Not run: drplot(r,antifoul)
</pre>

Contact - Imprint