diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 15:01:53 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 15:22:42 +0100 |
commit | c6086d1dd97ad2d6420625de7b8009b1b0f85d06 (patch) | |
tree | 1a38fd690c94a556555ec71edff443bcfe609b7b /man/mkinfit.Rd | |
parent | 9a8dfa8bd52664929fd4197f3e9c4e65b62cad53 (diff) |
Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)
Using branch 'jranke' on jranke/pkgdown, fixing issues
hadley/pgkdown#178 and hadley/pkgdown#213
Remove plot=TRUE from mkinfit calls also in dontrun sections of examples
to avoid a flood png files documenting the progress of the fit.
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index f2df212f..aa38b462 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -277,9 +277,9 @@ FOMC_SFO <- mkinmod( # Fit the model to the FOCUS example dataset D using defaults fit.FOMC_SFO <- mkinfit(FOMC_SFO, FOCUS_2006_D) # Use starting parameters from parent only FOMC fit -fit.FOMC = mkinfit("FOMC", FOCUS_2006_D, plot=TRUE) +fit.FOMC = mkinfit("FOMC", FOCUS_2006_D) fit.FOMC_SFO <- mkinfit(FOMC_SFO, FOCUS_2006_D, - parms.ini = fit.FOMC$bparms.ode, plot=TRUE) + parms.ini = fit.FOMC$bparms.ode) # Use stepwise fitting, using optimised parameters from parent only fit, SFORB SFORB_SFO <- mkinmod( |