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.mkinfit.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.mkinfit.Rd')
-rw-r--r-- | man/plot.mkinfit.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index bf38c5a5..9fd4c038 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -12,7 +12,7 @@ fit = x, obs_vars = names(fit$mkinmod$map), xlab = "Time", - ylab = "Observed", + ylab = "Residue", xlim = range(fit$data$time), ylim = "default", col_obs = 1:length(obs_vars), |