diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 14:03:51 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 14:03:51 +0200 |
commit | 405cde11f9f26fcab0742e84c110cf3dcb2a4c1f (patch) | |
tree | c00c880d74676581fcbaa2d9aa7fb4c739f79b18 /man/plot.mmkin.Rd | |
parent | 6263a53ef24ff0c06e5f4a869a987f41f361bc58 (diff) |
First nlme fits for models with a metabolite
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 17 |
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 |