diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-04-21 16:40:50 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-04-21 16:40:50 +0200 |
commit | 9907f17aa98bddfe60e82a71c70a2fea914a02f7 (patch) | |
tree | 4d5d959cdd19f32068bae406372df4b8a8f59fd6 /R/plot.mkinfit.R | |
parent | 34d1c5f23edfb60548bc5a9dd99c2f3af92acef1 (diff) | |
parent | c74b79c983fe9fc872bac1262040e82f16049477 (diff) |
Merge branch 'master' into saemix
Diffstat (limited to 'R/plot.mkinfit.R')
-rw-r--r-- | R/plot.mkinfit.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/plot.mkinfit.R b/R/plot.mkinfit.R index 2e319aae..1d4ea543 100644 --- a/R/plot.mkinfit.R +++ b/R/plot.mkinfit.R @@ -278,7 +278,7 @@ plot.mkinfit <- function(x, fit = x, if (show_residuals) { mkinresplot(fit, obs_vars = row_obs_vars, standardized = standardized, pch_obs = pch_obs[row_obs_vars], col_obs = col_obs[row_obs_vars], - legend = FALSE, frame = frame, xlab = xlab) + legend = FALSE, frame = frame, xlab = xlab, xlim = xlim) } # Show error model plot if requested |