inst/sampleCode/storeEvalEg.R

a = 2.5
x = 1:10
y = a*x + 3

for(i in 2:5)
    x[i] = x[i-1]*3 + x[i]

y = a*x + 4

y = 2*a*x + 4

y[2] = 4
duncantl/CallCounter documentation built on Nov. 23, 2023, 3:38 p.m.