diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-03-15 15:54:14 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-03-15 15:54:14 +0000 |
commit | 1718d434efae26de02754c6622c43f4dc9e624b9 (patch) | |
tree | c2dafe942f65e94cd43e1ba17933b667f284d154 /man/mkinplot.Rd | |
parent | 2b244ef7d3cbebaaa653d8c8ac87090e34525f7a (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/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'man/mkinplot.Rd')
-rw-r--r-- | man/mkinplot.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/mkinplot.Rd b/man/mkinplot.Rd index 58959d7..b72675a 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}}. } |