From 26db36cf10ab74576a42fb003ceb73330cbb0917 Mon Sep 17 00:00:00 2001 From: Beaudette Date: Mon, 30 Sep 2024 09:47:48 -0700 Subject: [PATCH] looks fine --- ...check-plotGeomorphCrossSection-alignment.R | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/misc/check-plotGeomorphCrossSection-alignment.R b/misc/check-plotGeomorphCrossSection-alignment.R index 0022c31..501a602 100644 --- a/misc/check-plotGeomorphCrossSection-alignment.R +++ b/misc/check-plotGeomorphCrossSection-alignment.R @@ -8,7 +8,7 @@ library(soilDB) ## -bb <- '-120.9725 38.1485,-120.9725 38.2119,-120.8477 38.2119,-120.8477 38.1485,-120.9725 38.1485' +bb <- '-120.8372 38.1860,-120.8372 38.2177,-120.7749 38.2177,-120.7749 38.1860,-120.8372 38.1860' @@ -85,6 +85,24 @@ SoilTaxonomyDendrogram( ) +SoilTaxonomyDendrogram( + spc = osd$SPC, + KST.order = TRUE, + y.offset = 0.4, + scaling.factor = 0.03, + cex.taxon.labels = 1, + cex.id = 1, + cex.names = 0.9, + width = 0.35, + name.style = 'center-center', + depth.axis = list(line = -4), + hz.distinctness.offset = 'hzd', + max.depth = 100, + shrink = TRUE, + shrink.thin = 0.03 * 5 +) + + ## updated content, based on latest sharpshootR