powered by
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.
hzDistinctnessCodeToOffset(x, codes = c("A", "C", "G", "D"), offset = c(0.5, 1.5, 5, 10))
vector of distinctness codes to be converted to offsets
vector of unique distinctness codes
vector of offsets associated with distinctness codes
a vector of vertical offsets, with the same length as the number of distinctness codes passed to the function
Missing data (NA) or codes that are not defined in the `codes' argument are returned as 0 offsets.
http://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/ref/?cid=nrcs142p2_054184
plotSPC
# NOT RUN { data(sp1) hzDistinctnessCodeToOffset(sp1$bound_distinct) # }
Run the code above in your browser using DataLab