From 91a5834dd701211f929fd25419dc34561ce3b4e7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Feb 2025 09:15:20 +0100 Subject: Initialize dev docs --- docs/dev/reference/plot.nafta.html | 128 +++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 docs/dev/reference/plot.nafta.html (limited to 'docs/dev/reference/plot.nafta.html') diff --git a/docs/dev/reference/plot.nafta.html b/docs/dev/reference/plot.nafta.html new file mode 100644 index 00000000..16bf0942 --- /dev/null +++ b/docs/dev/reference/plot.nafta.html @@ -0,0 +1,128 @@ + +Plot the results of the three models used in the NAFTA scheme. — plot.nafta • mkin + Skip to contents + + +
+
+
+ +
+

The plots are ordered with increasing complexity of the model in this +function (SFO, then IORE, then DFOP).

+
+ +
+

Usage

+
# S3 method for class 'nafta'
+plot(x, legend = FALSE, main = "auto", ...)
+
+ +
+

Arguments

+ + +
x
+

An object of class nafta.

+ + +
legend
+

Should a legend be added?

+ + +
main
+

Possibility to override the main title of the plot.

+ + +
...
+

Further arguments passed to plot.mmkin.

+ +
+
+

Value

+

The function is called for its side effect.

+
+
+

Details

+

Calls plot.mmkin.

+
+
+

Author

+

Johannes Ranke

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