diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-25 14:45:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-25 14:45:04 +0100 |
commit | 737fc7f352bbb853b01ff6e3c6ec21a528da901e (patch) | |
tree | 52b17ee5c0000de32d64dc3d4c4a8175868c78b3 /man/plot.mmkin.Rd | |
parent | 9756a9e7e7911caf97bc6a1533926e4e6a58ceda (diff) |
Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin
See NEWS.md. Closes #12
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 998e25e1..c127be8c 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -10,6 +10,7 @@ of an mmkin object} main = "auto", legends = 1, resplot = c("time", "errmod"), + ylab = "Residue", standardized = FALSE, show_errmin = TRUE, errmin_var = "All data", @@ -32,6 +33,8 @@ column.} \code{\link{mkinresplot}}, or as squared residuals against predicted values, with the error model, using \code{\link{mkinerrplot}}.} +\item{ylab}{Label for the y axis.} + \item{standardized}{Should the residuals be standardized? This option is passed to \code{\link{mkinresplot}}, it only takes effect if \code{resplot = "time"}.} |