From 6b4e342b240baaf18150360986d15895fc80a937 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 15 Oct 2015 14:41:26 +0200 Subject: Add endpoint and GUS functions, roxygenize --- pkg/man/soil_N.Rd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkg/man/soil_N.Rd (limited to 'pkg/man/soil_N.Rd') 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. +} + -- cgit v1.2.1