aboutsummaryrefslogtreecommitdiff
path: root/man/drplot.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r--man/drplot.Rd32
1 files changed, 15 insertions, 17 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index 418de15..784b65b 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -7,7 +7,7 @@
}
\usage{
drplot(drresults, data, dtype, alpha, path, fileprefix, overlay,
- postscript, color, datacolors, fitcolors)
+ postscript, png, bw, colors)
}
\arguments{
\item{drresults}{
@@ -46,23 +46,21 @@
will all be put into the last graph in this case.
}
\item{postscript}{
- If TRUE, (a) postscript graph(s) will be created. Otherwise, graphics will be
+ If TRUE, (a) postscript graph(s) will be created. Otherwise, and if
+ the png argument is also FALSE, graphics will be
displayed with a screen graphics device.
}
- \item{color}{
- If TRUE, a sensible selection of colors will be attempted. If false, everything
- will be drawn in black
+ \item{png}{
+ If TRUE, (a) png graph(s) will be created. Otherwise, and if the
+ postscript argument is also FALSE, graphics will be displayed with a
+ screen graphics device.
}
- \item{datacolors}{
- This is a vector of colors, defaulting to 1:8, used for plotting the data.
+ \item{bw}{
+ A boolean deciding if the plots will be black and white or not. Default
+ is TRUE.
}
- \item{fitcolors}{
- Here you can specify a palette for the colors of the dose-response fits. The
- 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.
+ \item{colors}{
+ This is a vector of colors, defaulting to 1:8, used for plotting the data.
}
}
\value{
@@ -73,9 +71,9 @@
}
\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.
+ Treatment of legends is not really well solved. Be sure all devices are
+ closed (e.g. by calling \code{dev.off()}) before calling \code{drplot}
+ again after a failure.
}
\examples{
data(antifoul)

Contact - Imprint