aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/soil_sorption.Rd
blob: 5b8bd532dba011f03c70c0de69f72f8f4221bcd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% 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}

\item{raw}{Should the number(s) be returned as stored in the chent
object (could be a character value) to retain original information
about precision?}
}
\description{
Obtain soil sorption data
}

Contact - Imprint