SoilProfileCollection
aligned to a geomorphic summary as cross-section.R/plotGeomorphCrossSection.R
plotGeomorphCrossSection.Rd
Present a SoilProfileCollection
aligned to a geomorphic summary as cross-section.
resulting list from soilDB::fetchOSD(..., extended = TRUE)
character, 'line' for line plot or 'bar' for barplot of geomorphic proportions
character, select a geomorphic summary. Currently 'hillpos' (2D hillslope position) is the only supported choice.
logical, use clustering order of geomorphic proportions (TRUE
) or exact hydrologic ordering (FALSE
), see hydOrder()
character vector of colors
additional arguments to iterateHydOrder()
Additional arguments to aqp::plotSPC()
can be provided using options(.aqp.plotSPC.args = list(...))
. For example, adjustments to maximum depth and profile width can be set via: options(.aqp.plotSPC.args = list(max.depth = 150, width = 0.35)
. Default arguments can be reset with options(.aqp.plotSPC.args = NULL
).
When clust = TRUE
, especially for SoilProfileCollections
with a wide range in depth, it may be necessary to adjust the scaling.factor
argument to aqp::plotSPC()
via: options(.aqp.plotSPC.args = list(scaling.factor = 0.01))
. Larger values will increase the height of profile sketches.