aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/soil_N.Rd
blob: 9045ea81ca0b1265e33cd2de1c22fff50d1dcbe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/endpoint.R
\name{soil_N}
\alias{soil_N}
\title{Obtain soil Freundlich exponent}
\usage{
soil_N(chent, aggregator = mean, signif = 3, 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}
}
\description{
In pesticide fate modelling, this exponent is often called 1/n. Here, in 
order to facilitate dealing with such data in R, it is called N.
}

Contact - Imprint