From 0dbb88867fbcdfbcee73beb8a971b10ab80da3d1 Mon Sep 17 00:00:00 2001 From: ranke Date: Wed, 26 Apr 2006 13:38:32 +0000 Subject: - 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 --- man/drplot.Rd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'man/drplot.Rd') 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 -- cgit v1.2.1