powered by
Generate Concentric Circles Data
gen_circles(n, noise = 0.05)
A list with numeric matrix x and factor y.
x
y
Number of observations.
Standard deviation of Gaussian noise.
dat <- gen_circles(20, noise = 0.05) str(dat)
Run the code above in your browser using DataLab