From abd8cb44371374aea0324a81287c42b809c304f5 Mon Sep 17 00:00:00 2001 From: ranke Date: Fri, 25 Feb 2005 14:57:22 +0000 Subject: rewritten drplot function, documentation not up to date git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@14 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drplot.Rd | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'man') diff --git a/man/drplot.Rd b/man/drplot.Rd index 3708d4b..418de15 100644 --- a/man/drplot.Rd +++ b/man/drplot.Rd @@ -14,20 +14,18 @@ A data frame as returned from \code{\link{drfit}}. } \item{data}{ - A data frame as returned from \code{\link{drdata}}. If data is to be - plotted, 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. If plotting of the data is - not required, data can be set to FALSE. + 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. } \item{dtype}{ - A string describing if the raw data should be plotted ("raw"), or - an error bar should be constructed from the standard deviations of the - responses at each dose level ("std", default value) or from the confidence - intervals ("conf"). Of course, dtype only makes a difference, if a valid data - object has been referenced. + A string describing if the raw data should be plotted ("raw"), or an error + bar should be constructed from the standard deviations of the responses at + each dose level ("std", default value) or from the confidence intervals + ("conf"). If you don't want to see the data, set it to "none". } \item{alpha}{ The confidence level, defaulting to 0.95, only used if dtype "conf" has been -- cgit v1.2.1