% Generated by roxygen2: do not edit by hand % Please edit documentation in R/endpoint.R \name{soil_sorption} \alias{soil_sorption} \title{Obtain soil sorption data} \usage{ soil_sorption(chent, values = c("Kfoc", "N"), aggregators = c(Kfoc = geomean, Koc = geomean, N = mean), signif = rep(3, length(values)), raw = FALSE) } \arguments{ \item{chent}{The \code{\link{chent}} object to get the information from} \item{values}{The values to be returned} \item{aggregators}{A named vector of aggregator functions to be used} \item{signif}{How many significant digits do we want} } \description{ Obtain soil sorption data }