fetchOSD: Fetch Official Series Description (OSD) Data

Description Usage Arguments Details Value Note Author(s) References Examples

Description

This functions fetches a limited subset of horizon and site-level attributes for named soil series, from the SoilWeb system.

Usage

1
fetchOSD(soils)

Arguments

soils

a character vector of named soil series

Details

the search is case-insensitive

Value

a SoilProfileCollection object containing basic soil morphology and taxonomic information.

Note

SoilWeb maintains a snapshot of the Official Series Description data. Please use the link above for the live data.

Author(s)

D.E. Beaudette

References

http://www.nrcs.usda.gov/wps/portal/nrcs/site/soils/home/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# 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
s <- fetchOSD(s.list)

# plot profiles
# moist soil colors
par(mar=c(0,0,0,0))
plot(s, name='hzname', cex.names=0.85, axis.line.offset=-4)

## End(Not run)

soilDB documentation built on May 2, 2019, 5:17 p.m.