diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-04-09 06:21:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-04-09 06:21:23 +0200 |
commit | c29e27b9bf5f5361db44e28b06da7b8a1e636e85 (patch) | |
tree | 4f1b44f2cc6981c8fef8a2085783ad9dc2bdb306 /man/plot.mixed.mmkin.Rd | |
parent | 2728910b96f0ec7dd7ccd97fc6c1f6677e5e352d (diff) |
Improvements to mean_degparms() and plot.mixed.mmkin()
- New argument 'default_log_parms' for mean_degparms()
- 'plot.mixed.mmkin': Pass the frame argument also to residual plots,
take the 'default_log_parms' argument for 'mean_degparms' used for
constructing approximate population curves, plot population curve last
to avoid that it is covered by data
Diffstat (limited to 'man/plot.mixed.mmkin.Rd')
-rw-r--r-- | man/plot.mixed.mmkin.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/plot.mixed.mmkin.Rd b/man/plot.mixed.mmkin.Rd index d87ca22c..33b4a67f 100644 --- a/man/plot.mixed.mmkin.Rd +++ b/man/plot.mixed.mmkin.Rd @@ -15,6 +15,7 @@ pred_over = NULL, test_log_parms = FALSE, conf.level = 0.6, + default_log_parms = NA, ymax = "auto", maxabs = "auto", ncol.legend = ifelse(length(i) <= 3, length(i) + 1, ifelse(length(i) <= 8, 3, 4)), @@ -57,6 +58,9 @@ from \link{mkinpredict} with a compatible \link{mkinmod}.} \item{conf.level}{Passed to \link{mean_degparms} in the case of an \link{mixed.mmkin} object} +\item{default_log_parms}{Passed to \link{mean_degparms} in the case of an +\link{mixed.mmkin} object} + \item{ymax}{Vector of maximum y axis values} \item{maxabs}{Maximum absolute value of the residuals. This is used for the |