aboutsummaryrefslogtreecommitdiff
path: root/man/plot.mmkin.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-03-30 19:17:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-03-30 19:17:13 +0200
commitcfa1340c41fe77117c3c2481ddbb25579f196bdd (patch)
tree51bbf02b2b1db180c9eea1c9559ba0b7b538b5f8 /man/plot.mmkin.Rd
parent68eed166cbe10a5ee79f5b1139261dea98234b22 (diff)
Don't check for gcc on the path in mkinmod
Roxygen update -> formatting changes in Rd files
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r--man/plot.mmkin.Rd17
1 files changed, 13 insertions, 4 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd
index 605e458e..f14e0362 100644
--- a/man/plot.mmkin.Rd
+++ b/man/plot.mmkin.Rd
@@ -5,10 +5,19 @@
\title{Plot model fits (observed and fitted) and the residuals for a row or column
of an mmkin object}
\usage{
-\method{plot}{mmkin}(x, main = "auto", legends = 1,
- resplot = c("time", "errmod"), show_errmin = TRUE,
- errmin_var = "All data", errmin_digits = 3, cex = 0.7,
- rel.height.middle = 0.9, ymax = "auto", ...)
+\method{plot}{mmkin}(
+ x,
+ main = "auto",
+ legends = 1,
+ resplot = c("time", "errmod"),
+ show_errmin = TRUE,
+ errmin_var = "All data",
+ errmin_digits = 3,
+ cex = 0.7,
+ rel.height.middle = 0.9,
+ ymax = "auto",
+ ...
+)
}
\arguments{
\item{x}{An object of class \code{\link{mmkin}}, with either one row or one

Contact - Imprint