Convert Horizon Boundary Topography to Vertical Offset
This function will convert USDA-NCSS horizon boundary topography codes into a vertical offset, suitable for use in plotSPC
. Default values are reasonable starting points for encoding smooth, wavy, irregular, or broken style horizon boundary topography as defined in Field Book for Describing and Sampling Soils, version 3.0.
hzTopographyCodeToOffset( x, codes = c("S", "W", "I", "B"), offset = c(0, 4, 8, 12) )
x |
vector of boundary topography codes to be converted |
codes |
code values, adjust as needed |
offset |
vertical offset (depth units) used to create "chevron" effect |
Additional examples are available in the Visualization of Horizon Boundaries tutorial.
vector of vertical offsets with same length as x
D.E. Beaudette
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.