From 6fd8b2a1ef16265f12d54bb182393bdeaada2db4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 26 Jun 2014 08:11:49 +0200 Subject: Start new version, add xlim to mkinresplot --- man/mkinresplot.Rd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') 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]". } -- cgit v1.2.1