aboutsummaryrefslogtreecommitdiff
path: root/man/drplot.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-26 14:17:35 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-26 14:17:35 +0000
commitec7b765978d3d54739d9c8de905eac743c68b613 (patch)
tree5961038ee34c8ecfdc1bb084a531212aaf86fb70 /man/drplot.Rd
parent0dbb88867fbcdfbcee73beb8a971b10ab80da3d1 (diff)
Took out tabs from R help files, and fixed the formatting.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@71 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r--man/drplot.Rd19
1 files changed, 9 insertions, 10 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index 2f1d4ae..f8f8aa8 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{
@@ -34,18 +34,18 @@
}
\item{ctype}{
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
- interval for the mean of the controls.
+ 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
+ interval for the mean of the controls.
}
\item{path}{
The path where graphic files should be put if any are produced. Defaults
to "./" i.e. the current working directory of R.
}
\item{fileprefix}{
- A string which will form the beginning of each filename, if graphic files
- are created. Defaults to "drplot".
+ A string which will form the beginning of each filename, if graphic files
+ are created. Defaults to "drplot".
}
\item{overlay}{
If TRUE, all output will be put into one graph, otherwise a separate graph
@@ -71,8 +71,8 @@
}
\item{png}{
If TRUE, (a) png graph(s) will be created. Otherwise, and if the
- postscript and pdf arguments are also FALSE, graphics will be displayed
- with a screen graphics device.
+ postscript and pdf arguments are also FALSE, graphics will be displayed
+ with a screen graphics device.
}
\item{bw}{
A boolean deciding if the plots will be black and white or not. Default
@@ -99,7 +99,6 @@
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.
}
-
}
\note{
Be sure all devices are closed (e.g. by calling \code{dev.off()}) before

Contact - Imprint