From 6211f3ef4995657798686d8d4ab43ed9406e8a08 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 16:34:00 +0200 Subject: Update vignettes and docs --- docs/reference/update.mkinfit.html | 49 +++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 22 deletions(-) (limited to 'docs/reference/update.mkinfit.html') diff --git a/docs/reference/update.mkinfit.html b/docs/reference/update.mkinfit.html index bb93a61e..f958fc14 100644 --- a/docs/reference/update.mkinfit.html +++ b/docs/reference/update.mkinfit.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ model parameters from the old fit are used as starting values for the updated fit. Values specified as 'parms.ini' and/or 'state.ini' will override these starting values." /> - @@ -58,7 +61,7 @@ override these starting values." /> - +
@@ -116,7 +119,12 @@ override these starting values." />
@@ -131,7 +139,7 @@ override these starting values." />
@@ -169,18 +177,15 @@ remove arguments given in the original call

# \dontrun{ fit <- mkinfit("SFO", subset(FOCUS_2006_D, value != 0), quiet = TRUE) parms(fit)
#> parent_0 k_parent_sink sigma -#> 99.44423886 0.09793574 3.39632469
fit_2 <- update(fit, error_model = "tc") +#> 99.44423885 0.09793574 3.39632469
fit_2 <- update(fit, error_model = "tc") parms(fit_2)
#> parent_0 k_parent_sink sigma_low rsd_high #> 1.008549e+02 1.005665e-01 3.752222e-03 6.763434e-02
plot_err(fit_2)
# }
- @@ -191,7 +196,7 @@ remove arguments given in the original call

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1