# NOT RUN {
library(soilDB)
# soils of interest
s.list <- c('musick', 'cecil', 'drummer', 'amador', 'pentz', 'reiff',
'san joaquin','montpellier','grangeville','pollasky','ramona')
# fetch and convert data into an SPC
h <- fetchOSD(s.list)
# plot dendrogram + profiles
SoilTaxonomyDendrogram(h)
# again, this time save the pair-wise dissimilarity matrix
# note that there isn't a lot of discrimination between soils
(d <- SoilTaxonomyDendrogram(h))
# }
Run the code above in your browser using DataLab