Convert R function to the Rfast's coresponding {Rfast} | R Documentation |
Convert R function to the Rfast's coresponding.
as.Rfast.function(Rfunction.name,margin=NULL)
Rfunction.name |
An character value with the name of the function. |
margin |
A logical function for return the column-row wise function. |
Given the name of R function, it returns the coresponding function's name from Rfast.
The coresponding Rfast function.
Manos Papadakis and Michail Tsagris
R implementation and documentation: Manos Papadakis <papadakm95@gmail.com> and Michail Tsagris <mtsagris@uoc.gr>.
res<-as.Rfast.function("var")