funn: funn

Usage Arguments Examples

View source: R/funn.R

Usage

1
funn(a)

Arguments

a

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (a) 
{
    fun.src <- "\nEnvironment stats(\"package:mrmr\");\nFunction estpab = stats[\"estpab\"];\nRcpp::NumericVector xa(a);\n\nreturn xa;\n"
    fun.test <- cxxfunction(signature(a = "numeric"), fun.src, 
        plugin = "Rcpp")
    fun.test(a)
  }

abx56/mrmr documentation built on May 30, 2019, 7:19 a.m.

Related to funn in abx56/mrmr...