An R package that assists with the setup and operation of a collection of soil data summary, comparison, and evaluation reports. These reports are primarily used by USDA-NRCS soil scientists in both initial and update mapping.
Currently, vegan::betadisper is used for the ordination, via principal coordinates. The figure is hand-made via scores and approximate KDE-estimated probability contours.
The default plot method for betadisper is interesting, and likely simpler to interpret when there are many groups / lots of overlap. The ellipse can be adjusted to any approximate probability contour.
Currently,
vegan::betadisper
is used for the ordination, via principal coordinates. The figure is hand-made via scores and approximate KDE-estimated probability contours.The default plot method for
betadisper
is interesting, and likely simpler to interpret when there are many groups / lots of overlap. The ellipse can be adjusted to any approximate probability contour.vegan::metaMDS
provides an alternative ordination, with additional functionality to overlay environmental variables or rotation of axes.