inst/samples/redef.R

x = 1:10
x = c(1, x, 10)
y = sample(x, 12)

cor(x, y)

x = rnorm(12)

cor(x, y)

Try the CodeDepends package in your browser

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

CodeDepends documentation built on May 2, 2019, 4:19 a.m.