diff --git a/NEWS.md b/NEWS.md index ce9cc1c7..ce47da07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# aqp 2.1.0 (2024-10-10) +# aqp 2.1.0 (2024-10-16) * added Munsell values of 8.5 and 9.5 to Munsell look up table and (interpolated) reference spectra (#318) * `munsell2rgb()` now safely selects the closest Munsell value and chroma to those available in the package LUT * new function `soilTextureColorPal()` for suggesting a color palette suitable for soil texture class @@ -7,6 +7,7 @@ * `estimatePSCS()` gains argument `"lieutex"` for in lieu textures which are used in the new routine for identification of the particle size control section of organic soils * new function `collapseHz()` combines and aggregates data for adjacent horizons matching a pattern or sharing a common ID * new function `mutate_profile_raw()` for building sets of dynamic mutate expressions. Also `mutate_profile()` gains col_names argument for dynamic naming of columns. + * `addVolumeFraction()` now more robust to very thin horizons x low volume fractions; also skips horizons without sufficient or relevant values # aqp 2.0.4 (2024-07-30) * CRAN release diff --git a/misc/sandbox/morphologic-grid/2024-reboot.R b/misc/sandbox/morphologic-grid/2024-reboot.R index 11f141e1..71fe4a59 100644 --- a/misc/sandbox/morphologic-grid/2024-reboot.R +++ b/misc/sandbox/morphologic-grid/2024-reboot.R @@ -381,7 +381,7 @@ text(x = 1:n.profiles, y = 0, labels = sapply(x, '[[', 'id'), pos = 3) axis(side = 1, at = 1:n.profiles, cex.axis = 0.8) axis(side = 4, las = 1, line = -2, cex.axis = 0.75) -legend('topleft', legend = hz$hz.code, pch = 15, pt.cex = 1.5, col = .cols, bty = 'n') +legend('topleft', legend = hz$hz.name, pch = 15, pt.cex = 1.5, col = .cols, bty = 'n') ## demo ASCI representation cat(s[[1]], sep = '\n')