Skip to content

Commit

Permalink
updates to latest aqp idioms
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Apr 5, 2024
1 parent 5cff3e6 commit 179a754
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions misc/soilweb-bbox-to-sketches.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ library(soilDB)
## click somewhere on the map
## press 'b', BBOX is copied to the clipboard

## GCL's soil pit digging competition site
bb <- '-122.0050 39.6933,-122.0050 39.7543,-121.8931 39.7543,-121.8931 39.6933,-122.0050 39.6933'


# # https://twitter.com/MoreorLoess/status/1471935030746304521
# # https://casoilresource.lawr.ucdavis.edu/gmap/?loc=41.83547,-90.12201,z16
Expand Down Expand Up @@ -104,8 +107,7 @@ SoilTaxonomyDendrogram(
cex.names = 0.66,
width = 0.3,
name.style = 'center-center',
plot.depth.axis = TRUE,
axis.line.offset = -3,
depth.axis = list(line = -3),
hz.distinctness.offset = 'hzd',
max.depth = 150
)
Expand All @@ -122,8 +124,7 @@ SoilTaxonomyDendrogram(
cex.names = 0.75,
width = 0.3,
name.style = 'center-center',
plot.depth.axis = TRUE,
axis.line.offset = -3.5,
depth.axis = list(line = -3.5),
hz.distinctness.offset = 'hzd',
max.depth = 200
)
Expand Down

0 comments on commit 179a754

Please sign in to comment.