as.Rfast.function: Convert R function to the Rfast's coresponding

View source: R/system_and_package.R

Convert R function to the Rfast's corespondingR Documentation

Convert R function to the Rfast's coresponding

Description

Convert R function to the Rfast's coresponding.

Usage

as.Rfast.function(Rfunction.name,margin=NULL)

Arguments

Rfunction.name

An character value with the name of the function.

margin

A logical function for return the column-row wise function.

Details

Given the name of R function, it returns the coresponding function's name from Rfast.

Value

The coresponding Rfast function.

Author(s)

Manos Papadakis and Michail Tsagris

R implementation and documentation: Manos Papadakis <papadakm95@gmail.com> and Michail Tsagris <mtsagris@uoc.gr>.

See Also

colsums, colMedians, colVars

Examples


res<-as.Rfast.function("var")


Rfast documentation built on Nov. 9, 2023, 5:06 p.m.