hillslope.probability {sharpshootR} | R Documentation |
Hillslope position probability estimates from the SDA query service (SSURGO)
hillslope.probability(s)
s |
a character vector of soil series names, in lower-case |
This function constructs and executes a query that is sent to the http://sdmdataaccess.nrcs.usda.gov webservice. Further information on the SDA webservice and query examples can be found at http://sdmdataaccess.nrcs.usda.gov/QueryHelp.aspx
A data.frame
object with rows representing soil series, and columns representing probability estimates of that series occuring along the standard 2D hillslope positions.
Probability values are computed from SSURGO data.
D.E. Beaudette
## Not run:
##D library(soilDB)
##D
##D # soil series of interest
##D s <- c('auburn', 'pardee', 'amador', 'pentz')
##D
##D # generate hillslope probability table
##D hillslope.probability(s)
## End(Not run)