diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-25 19:36:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-25 19:36:16 +0200 |
commit | 693beea972cad4633c1d8baf422913ff3e8d709d (patch) | |
tree | c0ff57be6b9200e1984782e062e2a979db09c872 /NEWS.md | |
parent | e8392a8e110bb1957adc9e2047642f9387ff83db (diff) |
Now the old behaviour is restored for compatibility reasons
When observed variables are not shown in separate plots,
the residual plot is shown in the lower third of the
total plotting area
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,9 +6,7 @@ - The title was changed to `Kinetic evaluations of chemical degradation data` -- `plot.mkinfit`: If a residual plot is requested, show it next to the plot of the fit, not below. This may cause existing code to produce bad-looking plots, but was done to make the next feature possible without increasing code complexity too much. - -- `plot.mkinfit`: Add the possibility to show fits and residual plots separately for the observed variables +- `plot.mkinfit`: Add the possibility to show fits (and residual plots if requested) separately for the observed variables - The main vignette `mkin` was converted to R markdown and updated |