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/hierarchical_kinetics.html | 201 +++++++++++++----------------- 1 file changed, 85 insertions(+), 116 deletions(-) (limited to 'docs/reference/hierarchical_kinetics.html') diff --git a/docs/reference/hierarchical_kinetics.html b/docs/reference/hierarchical_kinetics.html index ab0b3d04..5cc24e79 100644 --- a/docs/reference/hierarchical_kinetics.html +++ b/docs/reference/hierarchical_kinetics.html @@ -1,5 +1,12 @@ -Hierarchical kinetics template — hierarchical_kinetics • mkinHierarchical kinetics template — hierarchical_kinetics • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

R markdown format for setting up hierarchical kinetics based on a template provided with the mkin package. This format is based on rmarkdown::pdf_document. Chunk options are adapted. Echoing R code from code chunks and caching are @@ -126,12 +98,13 @@ figures will not move around in the document, but stay where the user includes them.

-
+
+

Usage

hierarchical_kinetics(..., keep_tex = FALSE)
-
-

Arguments

+
+

Arguments

...

Arguments to rmarkdown::pdf_document

@@ -140,8 +113,8 @@ includes them.

Keep the intermediate tex file used in the conversion to PDF

-
-

Value

+
+

Value

R Markdown output format to pass to @@ -149,8 +122,8 @@ includes them.

-
-

Details

+
+

Details

The latter feature (positioning the figures with "H") depends on the LaTeX package 'float'. In addition, the LaTeX package 'listing' is used in the template for showing model fit summaries in the Appendix. This means that @@ -162,8 +135,8 @@ is present before) is to install the 'tinytex' R package, to run and then to run 'tinytex::tlmgr_install(c("float", "listing"))'.

-
-

Examples

+
+

Examples


 # \dontrun{
 library(rmarkdown)
@@ -174,26 +147,22 @@ and then to run 'tinytex::tlmgr_install(c("float", "listing"))'.

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