A function to generate bivariate data with the scatterplot resembling the greek letter Omega.
rOMEGA(n)
n
the sample size.
A n times 2 matrix
2
Klaus Nordhausen, Joni Virta
x <- rOMEGA(1000) plot(x)