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 /NEWS.md | |
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 'NEWS.md')
-rw-r--r-- | NEWS.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -6,6 +6,10 @@ - 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 + - The main vignette `mkin` was converted to R markdown and updated - The function `add_err` was added to the package, making it easy to generate simulated data using an error model based on the normal distribution @@ -26,7 +30,9 @@ - `mkinfit`: Check for all observed variables when checking if the user tried to fix formation fractions when fitting them using ilr transformation. -- `plot.mmkin`: Removed some leftover code that set the plot margins wrongly in the case of a single fit to be plotted, so the main title was misplaced +- `plot.mmkin`: Removed some leftover code that set the plot margins wrongly in the case of a single fit to be plotted, so the main title was misplaced. + +- `plot.mkinfit`: Correct default values for `col_obs`, `pch_obs` and `lty_obs` for the case that `obs_vars` is specified. ## mkin 0.9.42 (2016-03-25) |