26 Aug 2017
x <- rchisq(1000, 4) + rnorm(1000) y <- rnorm(1000, 7) smoothScatter(x, y)
viewed on http://www.rfunction.com
R
plot
function