From b60e5b27d3dde18fb93b486bc2fd45baf56e2ed1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 26 Jun 2015 12:11:39 +0200 Subject: More plotting in help files, fix Make- and .*ignore files --- man/plot.mkinfit.Rd | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'man/plot.mkinfit.Rd') diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index 7009e7d7..816d7e1c 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -80,13 +80,11 @@ The function is called for its side effect. } \examples{ -# One parent compound, one metabolite, both single first order. -SFO_SFO <- mkinmod( - parent = list(type = "SFO", to = "m1", sink = TRUE), - m1 = list(type = "SFO")) -# Fit the model to the FOCUS example dataset D using defaults +# One parent compound, one metabolite, both single first order, path from +# parent to sink included +SFO_SFO <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) fit <- mkinfit(SFO_SFO, FOCUS_2006_D) -\dontrun{plot(fit)} +plot(fit) } \author{ Johannes Ranke -- cgit v1.2.1