summaryrefslogtreecommitdiff
path: root/man/kinplot.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/kinplot.Rd')
-rw-r--r--man/kinplot.Rd4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/kinplot.Rd b/man/kinplot.Rd
index b6974ee..eb6363a 100644
--- a/man/kinplot.Rd
+++ b/man/kinplot.Rd
@@ -8,7 +8,7 @@ Creates a plot of the kinetic fits
Function to create a plot for a set of fitted models
}
\usage{
-kinplot(kinobject, xlab = "Time [days]", ylab = "Parent [\% of applied radioactivity]", ylim = c("auto", "auto"), lpos = "topright")
+kinplot(kinobject, main = "", xlab = "Time [days]", ylab = "Parent [\% of applied radioactivity]", ylim = c("auto", "auto"), lpos = "topright")
}
\arguments{
\item{kinobject}{
@@ -17,6 +17,7 @@ kinplot(kinobject, xlab = "Time [days]", ylab = "Parent [\% of applied radioacti
the type of the test system (\code{type}),
the name of the specific test system used for generating this dataset
(\code{system}),
+ the input dataset (\code{data}),
the list of fitted kinetic models (\code{fits}), as returned by
\code{\link{kinfit}}, and the list of results (\code{results})
as returned by \code{\link{kinresults}}.
@@ -25,6 +26,7 @@ kinplot(kinobject, xlab = "Time [days]", ylab = "Parent [\% of applied radioacti
Optionally also
the label position of the test compound (\code{label}) and
the source of the data (\code{source}). }
+ \item{main}{ Title. }
\item{xlab}{ Label for the x axis. }
\item{ylab}{ Label for the y axis. }
\item{ylim}{ An array of length two holding the range for values on the y axis or "auto". }

Contact - Imprint