Skip to content

Commit

Permalink
tiny updates,
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Nov 28, 2023
1 parent 5ab15fa commit dfa4808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/missing-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```


Expand Down
1 change: 1 addition & 0 deletions vignettes/new-in-aqp-2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa4808

Please sign in to comment.