aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/soil_N.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-10-15 14:41:26 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-10-15 21:12:08 +0200
commit6b4e342b240baaf18150360986d15895fc80a937 (patch)
treeb9664e0970280bbebb8e3fc13b59f3920c86d4e5 /pkg/man/soil_N.Rd
parentc43b4947007b3c26bc56260499af51c41b8cd702 (diff)
Add endpoint and GUS functions, roxygenize
Diffstat (limited to 'pkg/man/soil_N.Rd')
-rw-r--r--pkg/man/soil_N.Rd21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/man/soil_N.Rd b/pkg/man/soil_N.Rd
new file mode 100644
index 0000000..9045ea8
--- /dev/null
+++ b/pkg/man/soil_N.Rd
@@ -0,0 +1,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