From 4dfcf2e5a823c3624b58faeb285f7519838f2c0c Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Mon, 25 May 2020 09:22:35 -0700 Subject: [PATCH] update docs #132 --- man/hasDarkColors.Rd | 2 +- man/mollic.thickness.requirement.Rd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/hasDarkColors.Rd b/man/hasDarkColors.Rd index f6056d836..6dba6d4d5 100644 --- a/man/hasDarkColors.Rd +++ b/man/hasDarkColors.Rd @@ -59,7 +59,7 @@ Default arguments are set up for "5-3-3 colors" -- the basic criteria for Mollic # construct a fake profile spc <- data.frame(id=1, taxsubgrp = "Lithic Haploxeralfs", hzdesgn = c("A","AB","Bt","BCt","R"), - hzdept = c(10, 25, 32, 42, 49), + hzdept = c(0, 20, 32, 42, 49), hzdepb = c(20, 32, 42, 49, 200), d_value = c(5, 5, 5, 6, NA), m_value = c(2.5, 3, 3, 4, NA), diff --git a/man/mollic.thickness.requirement.Rd b/man/mollic.thickness.requirement.Rd index 75c9f82dc..ae7e9c5eb 100644 --- a/man/mollic.thickness.requirement.Rd +++ b/man/mollic.thickness.requirement.Rd @@ -6,7 +6,7 @@ \usage{ mollic.thickness.requirement( p, - texcl = guessHzTexClName(p), + texcl.attr = guessHzTexClName(p), clay.attr = guessHzAttrName(p, "clay", c("total", "_r")), truncate = TRUE ) @@ -14,7 +14,7 @@ mollic.thickness.requirement( \arguments{ \item{p}{A single-profile SoilProfileCollection.} -\item{texcl}{Column in horizon table containing texture classes. Default: \code{guessHzTexClName(p)}} +\item{texcl.attr}{Column in horizon table containing texture classes. Default: \code{guessHzTexClName(p)}} \item{clay.attr}{Column in horizon table containing clay contents. Default: \code{guessHzAttrName(p, 'clay', c('total','_r'))} #' @param truncate Should sliding scale (Criterion 6C) results be truncated to 18 to 25cm interval? (Experimental; Default: TRUE)}