Learn R Programming

aqp (version 1.9.3)

hzDistinctnessCodeToOffset: Convert Horizon Distinctness Codes

Description

This function accepts a vector of horizon distinctness codes, a look-up vector of codes, and a corresponding vector of vertical offsets. The defaults are based on USDA-NCSS field methods.

Usage

hzDistinctnessCodeToOffset(x, codes = c("A", "C", "G", "D"), offset = c(0.5, 1.5, 5, 10))

Arguments

x
vector of distinctness codes to be converted to offsets
codes
vector of unique distinctness codes
offset
vector of offsets associated with distinctness codes

Value

Details

Missing data (NA) or codes that are not defined in the `codes' argument are returned as 0 offsets.

References

http://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/ref/?cid=nrcs142p2_054184

See Also

plotSPC

Examples

Run this code
data(sp1)
hzDistinctnessCodeToOffset(sp1$bound_distinct)

Run the code above in your browser using DataLab