aboutsummaryrefslogtreecommitdiff
path: root/chm
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-11-19 08:58:27 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-11-19 08:58:27 +0000
commit6f44c70650c7bae8b7960b8ff9b4680ef37d9749 (patch)
treeb9e9f738f001ddba884caad0713bd11718b12f7e /chm
parentcb16cc35737192eb78d8172b9af8455d1c68ae9c (diff)
I improved the color defaults in drplot, so under simple circumstances
the same colors are chosen for data and fited curves. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@9 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'chm')
-rw-r--r--chm/00Index.html2
-rw-r--r--chm/drfit.chmbin30187 -> 30423 bytes
-rw-r--r--chm/drplot.html10
3 files changed, 9 insertions, 3 deletions
diff --git a/chm/00Index.html b/chm/00Index.html
index db1b1cd..066b05a 100644
--- a/chm/00Index.html
+++ b/chm/00Index.html
@@ -10,6 +10,8 @@
<param name="keyword" value=".. contents">
</object>
+<h2>Help pages for package `drfit' version 0.03-9</h2>
+
<table width="100%">
<tr><td width="25%"><a href="antifoul.html">antifoul</a></td>
diff --git a/chm/drfit.chm b/chm/drfit.chm
index ddded13..d88cbb3 100644
--- a/chm/drfit.chm
+++ b/chm/drfit.chm
Binary files differ
diff --git a/chm/drplot.html b/chm/drplot.html
index c141a7a..84cf12e 100644
--- a/chm/drplot.html
+++ b/chm/drplot.html
@@ -24,7 +24,7 @@ either combined or separately, for one or more substances.
<pre>
drplot(drresults, data, dtype, alpha, path, fileprefix, overlay,
- postscript, color, colors, fitcolors)
+ postscript, color, datacolors, fitcolors)
</pre>
@@ -85,14 +85,18 @@ displayed with a screen graphics device.
If TRUE, a sensible selection of colors will be attempted. If false, everything
will be drawn in black
</td></tr>
-<tr valign="top"><td><code>colors</code></td>
+<tr valign="top"><td><code>datacolors</code></td>
<td>
This is a vector of colors, defaulting to 1:8, used for plotting the data.
</td></tr>
<tr valign="top"><td><code>fitcolors</code></td>
<td>
Here you can specify a palette for the colors of the dose-response fits. The
-default value is "default", which produces rainbow colors.
+default value is "default", which produces the default palette, if the
+number of fits to be plotted is 8 or less. Otherwise, rainbow colors
+will be plotted. Unless there is more than one fit per substance to be plotted,
+or the number of fits is larger than 8, the fitcolors will match the
+datacolors.
</td></tr>
</table>

Contact - Imprint