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/mkinresplot.Rd | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'man/mkinresplot.Rd') diff --git a/man/mkinresplot.Rd b/man/mkinresplot.Rd index 59d19274..eaa861f4 100644 --- a/man/mkinresplot.Rd +++ b/man/mkinresplot.Rd @@ -53,19 +53,12 @@ \author{ Johannes Ranke } - \seealso{ \code{\link{mkinplot}}, for a way to plot the data and the fitted lines of the mkinfit object. } \examples{ -data <- mkin_wide_to_long(schaefer07_complex_case, time = "time") -model <- mkinmod( - parent = list(type = "SFO", to = c("A1", "B1", "C1"), sink = FALSE), - A1 = list(type = "SFO", to = "A2"), - B1 = list(type = "SFO"), - C1 = list(type = "SFO"), - A2 = list(type = "SFO")) -\dontrun{fit <- mkinfit(model, data, plot=TRUE)} -\dontrun{mkinresplot(fit, "A1")} +model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) +fit <- mkinfit(model, FOCUS_2006_D) +mkinresplot(fit, "m1") } \keyword{ hplot } -- cgit v1.2.1