View source: R/reconcileOSDGeomorph.R
reconcileOSDGeomorph | R Documentation |
This function can assist with linked visualizations that include soil morphology data stored in a SoilProfileCollection
and geomorphic proportions stored in a data.frame
, as returned by soilDB::fetchOSD()
.
reconcileOSDGeomorph(
x,
selection = c("hillpos", "geomcomp", "flats", "mtnpos", "terrace", "shape_across",
"shape_down")
)
x |
resulting list from |
selection |
character, name of geomorphic proportion table |
a list
with subset SoilProfileCollection
and data.frame
of geomorphic proportions, selection
is preserved as an attribute.
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.