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