From 40979ea0a74bbbfade1ce299415605f64215c0a4 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
calplot(object, xlim = c("auto", "auto"), ylim = c("auto", "auto"), - xlab = "Concentration", ylab = "Response", alpha=0.05, varfunc = NULL)+
calplot(object, xlim = c("auto", "auto"), ylim = c("auto", "auto"), + xlab = "Concentration", ylab = "Response", legend_x = "auto", + alpha=0.05, varfunc = NULL)
ylab | The label of the y axis. |
+
---|---|
legend_x | +An optional numeric value for adjusting the x coordinate of the legend. |
+
alpha | The error tolerance level for the confidence and prediction bands. Note that this @@ -181,11 +186,16 @@ It is possible to compare the Author+ +Johannes Ranke + jranke@uni-bremen.de Examples-+ -- cgit v1.2.1 |