Skip to content

Commit 3912415

Browse files
committed
Correct an error in the help of 'curvesplot'
1 parent 3789571 commit 3912415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/curvesplot.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the parameters (columns \code{b}, \code{c}, \code{d}, \code{e}, \code{f}) and
2727
a column coding for the chosen BMD, by default \code{BMD.zSD} or \code{BMD.xfold}
2828
\code{BMDtype} is to \code{"xfold"}.}
2929

30-
\item{xmin}{If not defined, a value just below the maximum BMD values is fixed if the x dose scale is in log, or 0 otherwise.}
30+
\item{xmin}{If not defined, a value just below the minimal BMD values is fixed if the x dose scale is in log, or 0 otherwise.}
3131

3232
\item{xmax}{Maximal dose/concentration for definition of the x range (can be defined
3333
as \code{max(f$omicdata$dose)} with \code{f} the output of \code{drcfit()}). If not defined, a value just above the maximum BMD values is taken.}

0 commit comments

Comments
 (0)