diff options
Diffstat (limited to 'pkg/man/soil_Kfoc.Rd')
-rw-r--r-- | pkg/man/soil_Kfoc.Rd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/man/soil_Kfoc.Rd b/pkg/man/soil_Kfoc.Rd new file mode 100644 index 0000000..3cc67cd --- /dev/null +++ b/pkg/man/soil_Kfoc.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/endpoint.R +\name{soil_Kfoc} +\alias{soil_Kfoc} +\title{Obtain soil Kfoc} +\usage{ +soil_Kfoc(chent, aggregator = geomean, signif = 3, value = "Kfoc", + raw = FALSE) +} +\arguments{ +\item{chent}{The \code{\link{chent}} object to get the information from} + +\item{aggregator}{The aggregator function. Can be mean, +\code{\link{geomean}}, or identity, for example.} + +\item{signif}{How many significant digits do we want} + +\item{value}{The name of the value we want. The list given in the +usage section is not exclusive} +} +\description{ +Obtain soil Kfoc +} + |