From 9ae42bd20bc2543a94cf1581ba9820c2f9e3afbd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 20 Apr 2023 19:53:28 +0200 Subject: Fix and rebuild documentation, see NEWS I had to fix the two pathway vignettes, as they did not work with the released version any more. So they and the multistart vignette which got some small fixes as well were rebuilt. Complete rebuild of the online docs with the released version. The documentation of the 'hierarchial_kinetics' format had to be fixed as well. --- docs/reference/summary_listing.html | 164 ++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 docs/reference/summary_listing.html (limited to 'docs/reference/summary_listing.html') diff --git a/docs/reference/summary_listing.html b/docs/reference/summary_listing.html new file mode 100644 index 00000000..0dcc5456 --- /dev/null +++ b/docs/reference/summary_listing.html @@ -0,0 +1,164 @@ + +Display the output of a summary function according to the output format — summary_listing • mkin + + +
+
+ + + +
+
+ + +
+

This function is intended for use in a R markdown code chunk with the chunk +option results = "asis".

+
+ +
+
summary_listing(object, caption = NULL, label = NULL, clearpage = TRUE)
+
+tex_listing(object, caption = NULL, label = NULL, clearpage = TRUE)
+
+html_listing(object, caption = NULL)
+
+ +
+

Arguments

+
object
+

The object for which the summary is to be listed

+ + +
caption
+

An optional caption

+ + +
label
+

An optional label, ignored in html output

+ + +
clearpage
+

Should a new page be started after the listing? Ignored in html output

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