From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/mmkin.html | 203 +++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 120 deletions(-) (limited to 'docs/reference/mmkin.html') diff --git a/docs/reference/mmkin.html b/docs/reference/mmkin.html index 57039604..1035c681 100644 --- a/docs/reference/mmkin.html +++ b/docs/reference/mmkin.html @@ -1,123 +1,90 @@ -Fit one or more kinetic models with one or more state variables to one or -more datasets — mmkin • mkinFit one or more kinetic models with one or more state variables to one or +more datasets — mmkin • mkin + + Skip to contents -
-
-
- +
+
+
-
+

This function calls mkinfit on all combinations of models and datasets specified in its first two arguments.

-
+
+

Usage

mmkin(
   models = c("SFO", "FOMC", "DFOP"),
   datasets,
@@ -130,8 +97,8 @@ datasets specified in its first two arguments.

print(x, ...)
-
-

Arguments

+
+

Arguments

models

Either a character vector of shorthand names like c("SFO", "FOMC", "DFOP", "HS", "SFORB"), or an optionally named @@ -165,8 +132,8 @@ for parallel execution.

An mmkin object.

-
-

Value

+
+

Value

A two-dimensional array of mkinfit

@@ -176,18 +143,18 @@ for parallel execution.

first index (row index) and the dataset names for the second index (column index).

-
-

See also

+
+

See also

[.mmkin for subsetting, plot.mmkin for plotting.

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


 # \dontrun{
 m_synth_SFO_lin <- mkinmod(parent = mkinsub("SFO", "M1"),
@@ -209,10 +176,10 @@ plotting.

time_default #> user system elapsed -#> 3.540 1.287 1.429 +#> 1.653 0.553 0.654 time_1 #> user system elapsed -#> 4.074 0.037 4.142 +#> 2.013 0.008 2.021 endpoints(fits.0[["SFO_lin", 2]]) #> $ff @@ -268,26 +235,22 @@ plotting.

-
- -
+
-
- -- cgit v1.2.1