R/data.R
clusterchallenges.Rd
Simulated data with different structures
c1 c2 c3 c4 c5 c6 c7
A datasets with differing number of rows and columns
Created by Di Cook.
numeric variables
require(ggplot2) data(c1) ggplot(c1, aes(x=x1, y=x2)) + geom_point() + theme(aspect.ratio=1)