summaryrefslogtreecommitdiff
path: root/man/kinplot.Rd
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
commit3a6b9f52c74d6ef88a8d32c50e42864b3f251719 (patch)
treec80ebe6187fc88e77dd17da09135a168744ea23f /man/kinplot.Rd
parentb9f180f177c2aca5d3a33e850b4fb0c51053bf2f (diff)
Update kinfit and mkin to the latest version published on BerliOS.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
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