diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/calplot.lm.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/calplot.lm.Rd b/man/calplot.lm.Rd index 734e696..39f20de 100644 --- a/man/calplot.lm.Rd +++ b/man/calplot.lm.Rd @@ -9,7 +9,8 @@ } \usage{ calplot(object, xlim = c("auto", "auto"), ylim = c("auto", "auto"), - xlab = "Concentration", ylab = "Response", alpha=0.05, varfunc = NULL) + xlab = "Concentration", ylab = "Response", legend_x = "auto", + alpha=0.05, varfunc = NULL) } \arguments{ \item{object}{ @@ -29,6 +30,9 @@ \item{ylab}{ The label of the y axis. } + \item{legend_x}{ + An optional numeric value for adjusting the x coordinate of the legend. + } \item{alpha}{ The error tolerance level for the confidence and prediction bands. Note that this includes both tails of the Gaussian distribution, unlike the alpha and beta parameters |