hillslope.probability: Hillslope Probability via SDA

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/hillslope.probability.R

Description

Hillslope position probability estimates from the SDA query service (SSURGO)

Usage

1

Arguments

s

a character vector of soil series names, in lower-case

Details

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

Value

A data.frame object with rows representing soil series, and columns representing probability estimates of that series occuring along the standard 2D hillslope positions.

Note

Probability values are computed from SSURGO data.

Author(s)

D.E. Beaudette

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library(soilDB)

# soil series of interest
s <- c('auburn', 'pardee', 'amador', 'pentz')

# generate hillslope probability table
hillslope.probability(s)

## End(Not run)

sharpshootR documentation built on May 2, 2019, 4:46 p.m.