aboutsummaryrefslogtreecommitdiff
path: root/man/drplot.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r--man/drplot.Rd26
1 files changed, 13 insertions, 13 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index e9e4dd1..6b8a7bf 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -2,7 +2,7 @@
\alias{drplot}
\title{Plot dose-response models}
\description{
- Produce graphics of dose-response data and dose-response relationships
+ Produce graphics of dose-response data and dose-response relationships
either combined or separately, for one or more substances.
}
\usage{
@@ -14,13 +14,13 @@
\item{drresults}{
A data frame as returned from \code{\link{drfit}}.
}
- \item{data}{
+ \item{data}{
A data frame as returned from \code{\link{drdata}}. The data frame has to
contain at least a factor called "substance", a vector called "unit"
containing the unit used for the dose, a column "response" with the
response values of the test system normalized between 0 and 1, a column
"dose" with the numeric dose values and a factor called "dosefactor"
- containing the dose as a factor.
+ containing the dose as a factor.
}
\item{dtype}{
A string describing if the raw data should be plotted ("raw"), or an error
@@ -33,7 +33,7 @@
chosen.
}
\item{ctype}{
- This argument decides if horizontal lines are drawn to show the scatter of
+ This argument decides if horizontal lines are drawn to show the scatter of
the control values (dose = 0), if there are more than three of them.
Defaults to "none", further allowed values are "std" and "conf" for
displaying the standard deviation of the controls or the confidence
@@ -49,7 +49,7 @@
}
\item{overlay}{
If TRUE, all output will be put into one graph, otherwise a separate graph
- will be created for each substance.
+ will be created for each substance.
}
\item{xlim}{
The plot limits (min,max) on the dose axis.
@@ -72,12 +72,12 @@
\code{\link{plot.default}}
}
\item{postscript}{
- If TRUE, (a) postscript graph(s) will be created. Otherwise, and if
+ If TRUE, (a) postscript graph(s) will be created. Otherwise, and if
the pdf and png arguments are also FALSE, graphics will be
displayed with a screen graphics device.
}
\item{pdf}{
- If TRUE, (a) pdf graph(s) will be created. Otherwise, and if
+ If TRUE, (a) pdf graph(s) will be created. Otherwise, and if
the postscript, and png arguments are also FALSE, graphics will be
displayed with a screen graphics device.
}
@@ -87,7 +87,7 @@
with a screen graphics device.
}
\item{bw}{
- A boolean deciding if the plots will be black and white or not. Default
+ A boolean deciding if the plots will be black and white or not. Default
is TRUE.
}
\item{pointsize}{
@@ -107,7 +107,7 @@
\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
- legend function for all possiblities.}
+ legend function for all possiblities.}
\item{devoff}{
If set to FALSE, the device will not be closed after creation of an overlay
pdf, png or postscript graph, so texts and other elements can
@@ -119,17 +119,17 @@
You will get plots of data and/or the fitted dose-response curves, on the
screen and/or as postscript/pdf/png files, depending on the parameters.
}
-}
+}
\examples{
data(antifoul)
r <- drfit(antifoul)
\dontrun{drplot(r,antifoul)}
}
\note{There is a demo for each dataset that can be accessed by
- \code{demo(dataset)}}
+ \code{demo(dataset)}}
\author{
- Johannes Ranke
- \email{jranke@uni-bremen.de}
+ Johannes Ranke
+ \email{jranke@uni-bremen.de}
\url{http://www.uft.uni-bremen.de/chemie/ranke}
}
\keyword{models}

Contact - Imprint