View source: R/getArgillicBounds.R
argillic.clay.increase.depth | R Documentation |
Returns the top depth of the argillic horizon as a numeric vector.
argillic.clay.increase.depth(p, clay.attr = "clay")
p |
A single-profile |
clay.attr |
OPTIONAL: horizon attribute name referring to clay content.
default: |
Uses crit.clay.argillic
to determine threshold clay increase, and
get.increase.matrix
to determine where increase is met within a
vertical distance of 30 cm.
A numeric vector containing top depth of argillic horizon, if present, or NA.
Andrew Gene Brown
getArgillicBounds
, get.increase.matrix
,
crit.clay.argillic
data(sp1, package = 'aqp')
depths(sp1) <- id ~ top + bottom
site(sp1) <- ~ group
p <- sp1[1]
attr <- 'prop' # clay contents
foo <- argillic.clay.increase.depth(p, clay.attr = attr)
foo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.