fetchOSD {soilDB} | R Documentation |
This functions fetches a limited subset of horizon and site-level attributes for named soil series, from the SoilWeb system.
fetchOSD(soils)
soils |
a character vector of named soil series |
the search is case-insensitive
a SoilProfileCollection
object
SoilWeb maintains a snapshot of the Official Series Description data. Please use the link above for the live data.
D.E. Beaudette
http://www.nrcs.usda.gov/wps/portal/nrcs/site/soils/home/
## Not run:
##D # soils of interest
##D s.list <- c('musick', 'cecil', 'drummer', 'amador', 'pentz',
##D 'reiff', 'san joaquin', 'montpellier', 'grangeville', 'pollasky', 'ramona')
##D
##D # fetch and convert data into an SPC
##D s <- fetchOSD(s.list)
##D
##D # plot profiles
##D par(mar=c(0,0,0,0))
##D plot(s, name='hzname', cex.names=0.85, axis.line.offset=-4)
## End(Not run)