aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-07-16 09:56:33 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-07-16 09:56:33 +0200
commitb4d253edcf71fbf4175bc73cdb9593eea816c358 (patch)
tree976e91370e7d417854165d20cf710b5e69307a7e /README.md
parente0a3413892c7330d496b448a561e87d2bdd67aa9 (diff)
parent2abca7e5eadfdf7a9d1a95c448c9f62435e49745 (diff)
Merge branch 'master' into iore
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b968a72a..6b128ec3 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)

Contact - Imprint