From 46d688d964108ba937ff2ace6d533cc0b6ae1392 Mon Sep 17 00:00:00 2001 From: Beaudette Date: Mon, 20 Mar 2023 10:33:06 -0700 Subject: [PATCH] Update print-ST.R --- misc/print-ST.R | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/misc/print-ST.R b/misc/print-ST.R index ec3556b..b02e29e 100644 --- a/misc/print-ST.R +++ b/misc/print-ST.R @@ -4,6 +4,14 @@ library(soilDB) library(data.tree) +## 2023-03-20: latest SoilTaxonomy provides: +taxonTree( + c('xerorthents', 'rhodoxeralfs', 'endoaqualfs'), + special.chars = c("\u251c","\u2502", "\u2570", "\u2500 ") +) + + + ## 2023-03-08: new take on ST-tree.R code from many years ago ## TODO: