Description Usage Arguments Value Examples
Match function name to a corresponding column functions known to abftools.
1 2 3 4 5 6 | find_colFunc(func_name = c("all", "any", "anyNA", "count", "cummax",
"cummin", "cumprod", "cumsum", "diff", "iqrDiff", "iqr", "logSumExp",
"madDiff", "mad", "max", "mean", "median", "min", "orderStats", "prod",
"quantile", "range", "rank", "sdDiff", "sd", "sum", "tabulate",
"varDiff", "var", "weightedMad", "weightedMean", "weightedMedian",
"weightedSd", "weightedVar", "sem"))
|
func_name |
a charater vector, function name. |
a function, or NULL if no column function was found.
1 2 | f <- find_colFunc("mean") #matrixStats::colMeans2
f <- find_colFunc("cos") #NULL, since no column vectorised cos is known to abftools.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.