Plot soil profiles below a dendrogram
plotProfileDendrogram(x, clust, scaling.factor=0.01, width=0.1, y.offset=0.1,
dend.y.scale= max(clust$height * 2, na.rm=TRUE) ,
dend.color=par('fg'), dend.width=1, debug=FALSE, ...)
a SoilProfileCollection
object
a hierachical clustering object generated by hclust()
, cluster::agnes()
, or cluster::diana()
vertical scaling of the profile heights (may have to tinker with this)
scaling of profile widths
vertical offset for top of profiles
extent of y-axis (may have to tinker with this)
dendrogram line color
dendrogram line width
optionally print debugging data
additional arguments to plotSPC
This function places soil profile sketches below a dendrogram.