diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-05 17:03:19 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-05 17:03:19 +0200 |
commit | 5243ac0ebe3223e5803b4ebee1cb619008638785 (patch) | |
tree | 6be4e8e47f8735f4bbce23d8abf328a700e028d8 /man/mkinerrplot.Rd | |
parent | b061a00ba4f9410a4b77e58a96fb7baa1247252b (diff) | |
parent | 4b323789265213bd65165873e7efe5e45a579275 (diff) |
Merge branch 'algorithm'
Diffstat (limited to 'man/mkinerrplot.Rd')
-rw-r--r-- | man/mkinerrplot.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/mkinerrplot.Rd b/man/mkinerrplot.Rd index 4cbb5eb7..3b557b0a 100644 --- a/man/mkinerrplot.Rd +++ b/man/mkinerrplot.Rd @@ -68,8 +68,10 @@ \code{\link{mkinplot}}, for a way to plot the data and the fitted lines of the mkinfit object. } \examples{ +\dontrun{ model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) fit <- mkinfit(model, FOCUS_2006_D, error_model = "tc", quiet = TRUE) mkinerrplot(fit) } +} \keyword{ hplot } |