Skip to content

Commit

Permalink
todo for soil texture colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Oct 3, 2024
1 parent aed08e2 commit 2dce354
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions R/factor-level-setters.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
##
##


## TODO: helper function for soil texture color palette
## final color scheme, after some editing
# c("s", "ls", "sl", "scl", "l", "sc", "c", "sic", "cl", "sil", "sicl", "si")
# cols <- c("#BEBEBE", "#FDFD9E", "#ebd834", "#307431", "#CD94EA", "#546BC3", "#92C158", "#EA6996", "#6D94E5", "#4C5323", "#E93F4A", "#AF4732"
)

# # coordinate with basic and extended soil texture classes via col
# colorspace::swatchplot(
# list(
# basic = cols,
# extended = colorRampPalette(cols)(21)
# )
# )
#



## TODO: consider various sorting strategies: WMPD, AWC, {PWP,FC,SAT}
## http://ncss-tech.github.io/AQP/aqp/water-retention-curves.html

Expand Down

0 comments on commit 2dce354

Please sign in to comment.