From 8596a3e82235385b5de50cc5a722ccb68247f084 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 7 Apr 2021 11:38:05 +0200 Subject: Argument 'legend_x' for 'calplot' Also, keep check and test logs in the repository. --- man/calplot.lm.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.1