R/data.R
simple_clusters.Rd
This data is simulated to use for testing. It has two spherical clusters, and two variables.
A dataset with 137 rows and 3 columns
two numeric variables
class variable
clusters
require(ggplot2) ggplot(simple_clusters, aes(x=x1, y=x2)) + geom_point() + theme(aspect.ratio=1)