From 0280b9c8dcc77cb1d22964485462b27a56b96eca Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 25 Jan 2021 17:55:06 +0100 Subject: Some more plotting improvements --- R/plot.mkinfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/plot.mkinfit.R') 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 -- cgit v1.2.1