diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-25 17:55:06 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-25 17:55:06 +0100 |
commit | 0280b9c8dcc77cb1d22964485462b27a56b96eca (patch) | |
tree | 56f86e3530a374b019a5d34f08a8fec48350305c /R/plot.mkinfit.R | |
parent | 737fc7f352bbb853b01ff6e3c6ec21a528da901e (diff) |
Some more plotting improvements
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 9dbc91d7..eced40a4 100644 --- a/R/plot.mkinfit.R +++ b/R/plot.mkinfit.R @@ -277,7 +277,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) + legend = FALSE, frame = frame, xlab = xlab) } # Show error model plot if requested |