aboutsummaryrefslogtreecommitdiff
path: root/man/drplot.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-26 13:38:32 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-26 13:38:32 +0000
commit0dbb88867fbcdfbcee73beb8a971b10ab80da3d1 (patch)
tree861c1626b1779c7070459079a207dfcc7bf58157 /man/drplot.Rd
parentd6f9beafdb3cde38d65d425919e7a04f7f0aeb94 (diff)
- drplot: Removed the call to get(getOption("device")), since it caused
problems when calling drplot from Sweave code chunks as well as in JGR. - drplot: Removed the output with cat, since it may be annoying to receive a message when a plot was requested - Small documentation adaptations and fixes git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@70 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r--man/drplot.Rd11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index 0249476..2f1d4ae 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -34,17 +34,18 @@
}
\item{ctype}{
This argument decides if horizontal lines are drawn to show the scatter of
- the control values (dose = 0, mean response = 1). 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

Contact - Imprint