From a77a10ea6c607346778ba0700b3b66ac393101a2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 27 May 2020 06:06:08 +0200 Subject: Create up to date pkgdown docs in development mode --- docs/dev/reference/plot.nafta.html | 210 +++++++++++++++++++++++++++++++++++++ 1 file changed, 210 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..dab84955 --- /dev/null +++ b/docs/dev/reference/plot.nafta.html @@ -0,0 +1,210 @@ + + + + + + + + +Plot the results of the three models used in the NAFTA scheme. — plot.nafta • mkin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+
+ + +
+

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

+
+ +
# S3 method for 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.

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