diff options
Diffstat (limited to 'man/drplot.Rd')
-rw-r--r-- | man/drplot.Rd | 22 |
1 files changed, 10 insertions, 12 deletions
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 |