c_test {rdoxygen} | R Documentation |
R frontend of the C function bar
Description
A mask function to test if the dummy C code in src/bar.c works.
Usage
c_test(x)
Arguments
x |
a numeric vector |
Details
c_test(x)
= x^2.
Value
a numeric vector x^2
Examples
## Not run:
x <- rnorm(10)
c_test(x)
## End(Not run)
[Package rdoxygen version 1.0.0 Index]