diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-04-07 11:38:05 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-04-07 11:38:05 +0200 |
commit | 8596a3e82235385b5de50cc5a722ccb68247f084 (patch) | |
tree | df17246e512751b361c571e4671842ff4d9bbb72 /man | |
parent | 43d58935483e0d9dda7a74c029e7d7d2adad9ed7 (diff) |
Argument 'legend_x' for 'calplot'
Also, keep check and test logs in the repository.
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 |