From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/reference/update.mkinfit.html | 200 ++++++++++++--------------------- 1 file changed, 73 insertions(+), 127 deletions(-) (limited to 'docs/dev/reference/update.mkinfit.html') diff --git a/docs/dev/reference/update.mkinfit.html b/docs/dev/reference/update.mkinfit.html index 83f45028..cf611716 100644 --- a/docs/dev/reference/update.mkinfit.html +++ b/docs/dev/reference/update.mkinfit.html @@ -1,70 +1,15 @@ - - - - - - - -Update an mkinfit model with different arguments — update.mkinfit • mkin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Update an mkinfit model with different arguments — update.mkinfit • mkin - - - - - - - - - - - + + - - -
-
- -
- -
+
@@ -153,66 +98,67 @@ updated fit. Values specified as 'parms.ini' and/or 'state.ini' will override these starting values.

-
# S3 method for mkinfit
-update(object, ..., evaluate = TRUE)
- -

Arguments

- - - - - - - - - - - - - - -
object

An mkinfit object to be updated

...

Arguments to mkinfit that should replace +

+
# S3 method for mkinfit
+update(object, ..., evaluate = TRUE)
+
+ +
+

Arguments

+
object
+

An mkinfit object to be updated

+ + +
...
+

Arguments to mkinfit that should replace the arguments from the original call. Arguments set to NULL will -remove arguments given in the original call

evaluate

Should the call be evaluated or returned as a call

- - -

Examples

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

+ + +
evaluate
+

Should the call be evaluated or returned as a call

+ +
+ +
+

Examples

+
# \dontrun{
+fit <- mkinfit("SFO", subset(FOCUS_2006_D, value != 0), quiet = TRUE)
+parms(fit)
+#>    parent_0    k_parent       sigma 
+#> 99.44423885  0.09793574  3.39632469 
+plot_err(fit)
+
+fit_2 <- update(fit, error_model = "tc")
+parms(fit_2)
+#>     parent_0     k_parent    sigma_low     rsd_high 
+#> 1.008549e+02 1.005665e-01 3.752222e-03 6.763434e-02 
+plot_err(fit_2)
+
+# }
+
+
+
- - - + + -- cgit v1.2.1