From 90fa42c86596c85168931148bf8d5fa014fa7794 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 23 Jul 2020 10:51:39 +0200 Subject: Update docs, use R6 support of roxygen --- R/endpoint.R | 4 ---- 1 file changed, 4 deletions(-) (limited to 'R/endpoint.R') 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 -- cgit v1.2.1