aboutsummaryrefslogtreecommitdiff
path: root/man/plot.mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-06-28 00:24:46 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-06-28 00:24:46 +0200
commit4672c2b3fd6c22e63b00ee5038998dd68a885c25 (patch)
treee06d5baaf855b19259360687c88abf9f133a43b9 /man/plot.mkinfit.Rd
parent2647aaf1b879365c11700eed099e661febd08387 (diff)
Convenience wrapper plot_sep, further vignette updates
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r--man/plot.mkinfit.Rd5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd
index 82900e48..89e5fb3c 100644
--- a/man/plot.mkinfit.Rd
+++ b/man/plot.mkinfit.Rd
@@ -1,5 +1,6 @@
\name{plot.mkinfit}
\alias{plot.mkinfit}
+\alias{plot_sep}
\title{
Plot the observed data and the fitted model of an mkinfit object
}
@@ -21,6 +22,7 @@
sep_obs = FALSE, rel.height.middle = 0.9,
lpos = "topright", inset = c(0.05, 0.05),
show_errmin = FALSE, errmin_digits = 3, \dots)
+plot_sep(fit, sep_obs = TRUE, show_residuals = TRUE, show_errmin = TRUE, \dots)
}
\arguments{
\item{x}{
@@ -113,6 +115,9 @@ plot(fit, sep_obs = TRUE, lpos = c("topright", "bottomright"))
# Show the observed variables separately, with residuals
plot(fit, sep_obs = TRUE, show_residuals = TRUE, lpos = c("topright", "bottomright"),
show_errmin = TRUE)
+
+# The same can be obtained with less typing, using the convenience function plot_sep
+plot_sep(fit, lpos = c("topright", "bottomright"))
}
\author{
Johannes Ranke

Contact - Imprint