diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-04-12 14:41:07 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-04-13 11:11:02 +0200 |
commit | ea57db98cef3fb882f7bd9656b44f270e7bded38 (patch) | |
tree | eded8b3bd50eacf3c505111eb6bcf0e15b43a9d5 /man/plot.mkinfit.Rd | |
parent | e99f089012c3c4a0b00ade470f180f3ee2b65e9a (diff) |
More control of y axes in plot.mkinfit, updates
Documentation and test results were updated, the latter with regard
to the previous work on plot.mixed.mmkin.
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r-- | man/plot.mkinfit.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index 9fd4c038..c63f51cb 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -67,7 +67,8 @@ variables in the model.} \item{xlim}{Plot range in x direction.} -\item{ylim}{Plot range in y direction.} +\item{ylim}{Plot range in y direction. If given as a list, plot ranges +for the different plot rows can be given for row layout.} \item{col_obs}{Colors used for plotting the observed data and the corresponding model prediction lines.} |