aboutsummaryrefslogtreecommitdiff
path: root/man/plot.mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-04-28 17:59:10 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-04-28 17:59:10 +0200
commitb4739ba14c5472a23cb3e334d55989f7fbb0afe2 (patch)
treefc4faf095a4b45799b7f54f93cd8dae9263fe826 /man/plot.mkinfit.Rd
parentf217301d19c9297b3ae3a1b215c8d573cda4c2e5 (diff)
Option to add residual plot to plot.mkinfit
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r--man/plot.mkinfit.Rd14
1 files changed, 12 insertions, 2 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd
index 4ae82a50..7009e7d7 100644
--- a/man/plot.mkinfit.Rd
+++ b/man/plot.mkinfit.Rd
@@ -12,10 +12,13 @@
\method{plot}{mkinfit}(x, fit = x,
obs_vars = names(fit$mkinmod$map),
xlab = "Time", ylab = "Observed",
- xlim = range(fit$data$time), ylim = c(0, max(fit$data$observed, na.rm = TRUE)),
+ xlim = range(fit$data$time),
+ ylim = "default",
col_obs = 1:length(fit$mkinmod$map), pch_obs = col_obs,
lty_obs = rep(1, length(fit$mkinmod$map)),
- add = FALSE, legend = !add, lpos = "topright", inset = c(0.05, 0.05), ...)
+ add = FALSE, legend = !add,
+ show_residuals = FALSE, maxabs = "auto",
+ lpos = "topright", inset = c(0.05, 0.05), \dots)
}
\arguments{
\item{x}{
@@ -56,6 +59,13 @@
\item{legend}{
should a legend be added to the plot?
}
+ \item{show_residuals}{
+ should residuals be shown in the lower third of the plot?
+ }
+ \item{maxabs}{
+ Maximum absolute value of the residuals. This is used for the scaling of
+ the y axis and defaults to "auto".
+ }
\item{lpos}{
position of the legend. Passed to \code{\link{legend}} as the first argument.
}

Contact - Imprint