diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-22 10:13:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-22 10:13:16 +0200 |
commit | f8d45402477a588f773f6fd300f3d4e914648773 (patch) | |
tree | b4191dab6d7249150933e322349501d90dc05ac3 /man/plot.mkinfit.Rd | |
parent | 1c8fae503c6c18764d62bc98236111168ac83529 (diff) |
Improved visual testing
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r-- | man/plot.mkinfit.Rd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index e7b456a1..fac5663a 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -135,9 +135,6 @@ plot(fit) plot_res(fit) plot_err(fit) -# Show the observed variables separately -plot(fit, sep_obs = TRUE, lpos = c("topright", "bottomright")) - # Show the observed variables separately, with residuals plot(fit, sep_obs = TRUE, show_residuals = TRUE, lpos = c("topright", "bottomright"), show_errmin = TRUE) |