aboutsummaryrefslogtreecommitdiff
path: root/R/plot.mkinfit.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-04-21 16:40:50 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2021-04-21 16:40:50 +0200
commit9907f17aa98bddfe60e82a71c70a2fea914a02f7 (patch)
tree4d5d959cdd19f32068bae406372df4b8a8f59fd6 /R/plot.mkinfit.R
parent34d1c5f23edfb60548bc5a9dd99c2f3af92acef1 (diff)
parentc74b79c983fe9fc872bac1262040e82f16049477 (diff)
Merge branch 'master' into saemix
Diffstat (limited to 'R/plot.mkinfit.R')
-rw-r--r--R/plot.mkinfit.R2
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

Contact - Imprint