Skip to contents

Simulated data with different structure

Format

A datasets with differing number of rows and columns

Details

x1, x2, ...

numeric variables

Examples

require(ggplot2)
#> Loading required package: ggplot2
ggplot(c1, aes(x=x1, y=x2)) +
  geom_point() + theme(aspect.ratio=1)