R/data.R
c1.Rd
Simulated data with different structure
A datasets with differing number of rows and columns
numeric variables
require(ggplot2) #> Loading required package: ggplot2 ggplot(c1, aes(x=x1, y=x2)) + geom_point() + theme(aspect.ratio=1)