diff options
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 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}}. } |