diff --git a/vignettes/missing-data.Rmd b/vignettes/missing-data.Rmd index a48c723cf..6cf96c12a 100644 --- a/vignettes/missing-data.Rmd +++ b/vignettes/missing-data.Rmd @@ -108,6 +108,10 @@ axis( labels = jacobs2000$data.complete.abs[new.order], line = 2.5, cex.axis=0.75 ) + +# label axes +mtext('Relative\nCompleteness', side = 1, at = 0.25, line = 0.25, cex = 0.8) +mtext('Absolute\nCompleteness (cm)', side = 1, at = 0.25, line = 2.75, cex = 0.8) ``` diff --git a/vignettes/new-in-aqp-2.Rmd b/vignettes/new-in-aqp-2.Rmd index 3758681ef..c6d938d86 100644 --- a/vignettes/new-in-aqp-2.Rmd +++ b/vignettes/new-in-aqp-2.Rmd @@ -42,6 +42,7 @@ The `replace_na` and `add_soil_flag` arguments to `profile_compare()` are not pr * `mixMunsell()` now uses `mixingMethod = 'exact'` by default for the simulation of subtractive color mixtures * `gower` package moved to SUGGESTS * `plotColorMixture()` now using grid graphics functions to determine color swatch geometry and setting overlap detection threshold + * Planned deprecation of `rgb2munsell()`, use `col2Munsell()` instead * Removal of `PMS2Munsell()` and support data * Deprecation of `coordinates()<-` and `proj4string()<-` in favor of `initSpatial()<-` * Removal of `rruff.sample` example XRD patterns