Skip to content

Commit

Permalink
looks fine
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Sep 30, 2024
1 parent 7d37ff1 commit 26db36c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion misc/check-plotGeomorphCrossSection-alignment.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'



Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26db36c

Please sign in to comment.