View source: R/system_and_package.R
Convert R function to the Rfast's coresponding | 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>.
colsums, colMedians, colVars
res<-as.Rfast.function("var")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.