diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-29 08:40:19 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-29 09:40:46 +0200 |
commit | 164c4af404b59f9144f68fcefeeac34326a34372 (patch) | |
tree | 24001a99d1f505e5f299a541e6a233b25c3ad6db /man/mkinresplot.Rd | |
parent | 79c7da1992b1013a8809eaf6ad60103c2fc45611 (diff) |
Quiet fitting in examples and more links for static docs.
Diffstat (limited to 'man/mkinresplot.Rd')
-rw-r--r-- | man/mkinresplot.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkinresplot.Rd b/man/mkinresplot.Rd index eaa861f4..cdcfbd37 100644 --- a/man/mkinresplot.Rd +++ b/man/mkinresplot.Rd @@ -58,7 +58,7 @@ mkinfit object. }
\examples{
model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
-fit <- mkinfit(model, FOCUS_2006_D)
+fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE)
mkinresplot(fit, "m1")
}
\keyword{ hplot }
|