diff options
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 }
|