From 34ace6b447062a492e526e5480562f495f096310 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 14 Jul 2014 20:44:46 +0200 Subject: Small improvements to usage examples --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d394808..e171180f 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ A very simple usage example would be ) SFO <- mkinmod(parent = list(type = "SFO")) SFO.fit <- mkinfit(SFO, example_data) + plot(SFO.fit, show_residuals = TRUE) summary(SFO.fit) - plot(SFO.fit) A fairly complex usage example using a built-in dataset: @@ -61,7 +61,8 @@ A fairly complex usage example using a built-in dataset: fit <- mkinfit(model, data, method.modFit = "Port") plot(fit, show_residuals = TRUE) - s <- summary(fit) + summary(fit) + mkinparplot(fit) For more examples and to see results, have a look at the examples provided in the [`mkinfit`](http://kinfit.r-forge.r-project.org/mkin_static/mkinfit.html) -- cgit v1.2.1