c1 {mulgar}R Documentation

Challenge data sets

Description

Simulated data with different structure

Format

A datasets with differing number of rows and columns

Details

x1, x2, ...

numeric variables

Examples

require(ggplot2)
ggplot(c1, aes(x=x1, y=x2)) +
  geom_point() + theme(aspect.ratio=1)

[Package mulgar version 1.0.2 Index]