diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 12:11:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 12:11:39 +0200 |
commit | b60e5b27d3dde18fb93b486bc2fd45baf56e2ed1 (patch) | |
tree | e4451f81a3e225647761a8f27a04d019648c0d1d /man/mkinresplot.Rd | |
parent | 4c69847346a9c254e4e803b6987a63e3fd9c14ae (diff) |
More plotting in help files, fix Make- and .*ignore files
Diffstat (limited to 'man/mkinresplot.Rd')
-rw-r--r-- | man/mkinresplot.Rd | 13 |
1 files changed, 3 insertions, 10 deletions
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 }
|