diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-28 00:24:46 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-28 00:24:46 +0200 |
commit | 4672c2b3fd6c22e63b00ee5038998dd68a885c25 (patch) | |
tree | e06d5baaf855b19259360687c88abf9f133a43b9 /vignettes/mkin.Rmd | |
parent | 2647aaf1b879365c11700eed099e661febd08387 (diff) |
Convenience wrapper plot_sep, further vignette updates
Diffstat (limited to 'vignettes/mkin.Rmd')
-rw-r--r-- | vignettes/mkin.Rmd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vignettes/mkin.Rmd b/vignettes/mkin.Rmd index f2e1adb4..03e8548a 100644 --- a/vignettes/mkin.Rmd +++ b/vignettes/mkin.Rmd @@ -52,8 +52,7 @@ d_SFO_SFO_SFO_err <- add_err(d_SFO_SFO_SFO, function(x) 3, n = 1, seed = 1234567 f_SFO_SFO_SFO <- mkinfit(m_SFO_SFO_SFO, d_SFO_SFO_SFO_err[[1]], quiet = TRUE) -plot.mkinfit(f_SFO_SFO_SFO, sep_obs = TRUE, show_residuals = TRUE, show_errmin = TRUE, - lpos = c("topright", "bottomright", "bottomright")) +plot_sep(f_SFO_SFO_SFO, lpos = c("topright", "bottomright", "bottomright")) ``` # Background |