From 1718d434efae26de02754c6622c43f4dc9e624b9 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 15 Mar 2012 15:54:14 +0000 Subject: 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/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/mkinplot.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man/mkinplot.Rd') diff --git a/man/mkinplot.Rd b/man/mkinplot.Rd index 58959d77..b72675a9 100644 --- a/man/mkinplot.Rd +++ b/man/mkinplot.Rd @@ -10,7 +10,8 @@ } \usage{ mkinplot(fit, xlab = "Time", ylab = "Observed", - xlim = range(fit$data$time), ylim = range(fit$data$observed, na.rm=TRUE), ...) + xlim = range(fit$data$time), ylim = range(fit$data$observed, na.rm=TRUE), + legend = TRUE, ...) } \arguments{ \item{fit}{ @@ -28,6 +29,9 @@ \item{ylim}{ plot range in y direction. } + \item{legend}{ + legend specifying if a legend should be included in the plot. + } \item{\dots}{ further arguments passed to \code{\link{plot}}. } -- cgit v1.2.1