aboutsummaryrefslogtreecommitdiff
path: root/R/endpoint.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-07-23 10:51:39 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-07-23 10:51:39 +0200
commit90fa42c86596c85168931148bf8d5fa014fa7794 (patch)
tree3545ec8a4842a3760c199e3d4999702f133c0c37 /R/endpoint.R
parentdf70d80d9ef13b69e58de6f47b9041b6a021025e (diff)
Update docs, use R6 support of roxygen
Diffstat (limited to 'R/endpoint.R')
-rw-r--r--R/endpoint.R4
1 files changed, 0 insertions, 4 deletions
diff --git a/R/endpoint.R b/R/endpoint.R
index 56a314b..08856f9 100644
--- a/R/endpoint.R
+++ b/R/endpoint.R
@@ -55,7 +55,6 @@ endpoint <- function(chent,
else return(signif(aggregator(as.numeric(values)), signif))
}
-#' @inheritParams endpoint
#' @rdname endpoint
#' @export
soil_DT50 <- function(chent, aggregator = geomean, signif = 3,
@@ -68,7 +67,6 @@ soil_DT50 <- function(chent, aggregator = geomean, signif = 3,
return(ep)
}
-#' @inheritParams endpoint
#' @rdname endpoint
#' @export
soil_Kfoc <- function(chent, aggregator = geomean, signif = 3,
@@ -79,7 +77,6 @@ soil_Kfoc <- function(chent, aggregator = geomean, signif = 3,
return(ep)
}
-#' @inheritParams endpoint
#' @rdname endpoint
#' @export
soil_N <- function(chent, aggregator = mean, signif = 3, raw = FALSE) {
@@ -89,7 +86,6 @@ soil_N <- function(chent, aggregator = mean, signif = 3, raw = FALSE) {
return(ep)
}
-#' @inheritParams endpoint
#' @rdname endpoint
#' @param values The values to be returned
#' @param aggregators A named vector of aggregator functions to be used

Contact - Imprint