diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-06-26 08:11:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-06-26 08:11:49 +0200 |
commit | 6fd8b2a1ef16265f12d54bb182393bdeaada2db4 (patch) | |
tree | 5c9e5babbecb95fc0ce96004275f9902b4b8522b /man | |
parent | 606883b6dfa9ffdf11c280cfabe7580c67e73e58 (diff) |
Start new version, add xlim to mkinresplot
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinresplot.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mkinresplot.Rd b/man/mkinresplot.Rd index 3f53dd1b..59d19274 100644 --- a/man/mkinresplot.Rd +++ b/man/mkinresplot.Rd @@ -12,6 +12,7 @@ \usage{
mkinresplot(object,
obs_vars = names(object$mkinmod$map),
+ xlim = c(0, 1.1 * max(object$data$time)),
xlab = "Time", ylab = "Residual",
maxabs = "auto", legend = TRUE, lpos = "topright", ...)
}
@@ -23,6 +24,9 @@ A character vector of names of the observed variables for which residuals
should be plotted. Defaults to all observed variables in the model
}
+ \item{xlim}{
+ plot range in x direction.
+ }
\item{xlab}{
Label for the x axis. Defaults to "Time [days]".
}
|