aboutsummaryrefslogtreecommitdiff
path: root/man/drplot.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-08-14 13:58:31 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-08-14 13:58:31 +0000
commit1d0cf91a4d24ef150a2535153d4c4cfeba22dbc9 (patch)
tree385dfacfe927097aac1d8a1a46cdbccb73533c1c /man/drplot.Rd
parent49ec9e0cac81bdade523db3fcc54d2f07e7f469f (diff)
- New version just published on my website
- Fixes in checkplate, checksubstance and checkexperiment - New arguments ltys, xlab and ylab in drplot, due to a request by Ewa Mulkiewicz git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@83 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r--man/drplot.Rd13
1 files changed, 11 insertions, 2 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index bff2388..7924be2 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -7,8 +7,8 @@
}
\usage{
drplot(drresults, data, dtype, alpha, ctype, path,
- fileprefix, overlay, xlim, ylim, postscript, pdf, png, bw,
- pointsize, colors, devoff, lpos)
+ fileprefix, overlay, xlim, ylim, xlab, ylab, postscript, pdf, png, bw,
+ pointsize, colors, ltys, devoff, lpos)
}
\arguments{
\item{drresults}{
@@ -57,6 +57,12 @@
\item{ylim}{
The plot limits (min,max) on the response axis.
}
+ \item{xlab}{
+ The axis title for the x axis. Defaults to "Concentration in" \code{unit}.
+ }
+ \item{ylab}{
+ The axis title for the y axis. Defaults to "Normalized response".
+ }
\item{postscript}{
If TRUE, (a) postscript graph(s) will be created. Otherwise, and if
the pdf and png arguments are also FALSE, graphics will be
@@ -82,6 +88,9 @@
\item{colors}{
This is a vector of colors, defaulting to 1:8, used for plotting the data.
}
+ \item{ltys}{
+ This is a vector of line types for the dose-response models, defaulting to 1:8.
+ }
\item{lpos}{
An optional argument defaulting to "topright" specifying the position
of the legend by being passed to the legend function. See the help for the

Contact - Imprint