Convert R function to the Rfast's coresponding {Rfast} | R 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
Examples
res<-as.Rfast.function("var")
[Package Rfast version 2.1.0 Index]