diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-25 19:11:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-25 19:11:21 +0200 |
commit | e8392a8e110bb1957adc9e2047642f9387ff83db (patch) | |
tree | 013c8ccd7a821eef12caba24d395982822c8e417 /man/plot.mmkin.Rd | |
parent | 5f4a25fad9a5323611855145e6b31267b3ed9e50 (diff) |
Working state, but not backwards compatible
In this commit, the separatation of plots for observed variables works.
The formatting should be improved.
However, in gmkin, plotting with show_residuals = TRUE is used, and the
GUI expects that the residual plot is below the main plot. This
behaviour should be restored.
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 8362f16c..ffd83d2f 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -32,7 +32,7 @@ Passed to the plot functions and \code{\link{mtext}}. } \item{rel.height.middle}{ - The relative height of the middle plot. + The relative height of the middle plot, if more than two rows of plots are shown. } \item{\dots}{ Further arguments passed to \code{\link{plot.mkinfit}} and \code{\link{mkinresplot}}. |