inst/unitTests/testcode/inputtest4.R

x = pi*3

f = function(x)
    {
        x + 6
    }

res = sapply(1:5, f)

res2 = sapply(1:5, rnorm)

y = f(5)
duncantl/CodeDepends documentation built on Oct. 22, 2023, 9:16 p.m.