vignettes/examples/apply.R

Rcpp::sourceCpp("apply.cpp")
X = matrix(1:12, 4, 3)
out = apply_ex(X)
print(out)

Try the fntl package in your browser

Any scripts or data that you put into this service are public.

fntl documentation built on April 4, 2025, 1:53 a.m.