aboutsummaryrefslogtreecommitdiff
path: root/man/plot.nafta.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-25 00:37:42 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-25 02:03:54 +0200
commit0a3eb0893cb4bd1b12f07a79069d1c7f5e991495 (patch)
tree1bf0ffeb710b3438fee224d0a657606b4c36b495 /man/plot.nafta.Rd
parent053bf27d3f265c7a7378e2df3e00cf891e0d1bb2 (diff)
Use roxygen for functions and methods
Diffstat (limited to 'man/plot.nafta.Rd')
-rw-r--r--man/plot.nafta.Rd43
1 files changed, 20 insertions, 23 deletions
diff --git a/man/plot.nafta.Rd b/man/plot.nafta.Rd
index 62bbcddf..e7a57de3 100644
--- a/man/plot.nafta.Rd
+++ b/man/plot.nafta.Rd
@@ -1,33 +1,30 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/nafta.R
\name{plot.nafta}
\alias{plot.nafta}
-\title{
- Plot the results of the three models used in the NAFTA scheme. The plots
- are ordered with increasing complexity of the model in this function
- (SFO, then IORE, then DFOP).
-}
-\description{
- Calls \code{\link{plot.mmkin}}.
-}
+\title{Plot the results of the three models used in the NAFTA scheme.}
\usage{
-\method{plot}{nafta}(x, legend = FALSE, main = "auto", \dots)
+\method{plot}{nafta}(x, legend = FALSE, main = "auto", ...)
}
\arguments{
- \item{x}{
- An object of class \code{\link{nafta}}.
- }
- \item{legend}{
- Should a legend be added?
- }
- \item{main}{
- Possibility to override the main title of the plot.
- }
- \item{\dots}{
- Further arguments passed to \code{\link{plot.mmkin}}.
- }
+\item{x}{An object of class \code{\link{nafta}}.}
+
+\item{legend}{Should a legend be added?}
+
+\item{main}{Possibility to override the main title of the plot.}
+
+\item{\dots}{Further arguments passed to \code{\link{plot.mmkin}}.}
}
\value{
- The function is called for its side effect.
+The function is called for its side effect.
+}
+\description{
+The plots are ordered with increasing complexity of the model in this
+function (SFO, then IORE, then DFOP).
+}
+\details{
+Calls \code{\link{plot.mmkin}}.
}
\author{
- Johannes Ranke
+Johannes Ranke
}

Contact - Imprint