Learn R Programming

mulgar (version 1.0.5)

clusterchallenges: Cluster challenge data sets

Description

Simulated data with different structures

Usage

c1

c2

c3

c4

c5

c6

c7

Arguments

Format

A datasets with differing number of rows and columns

Details

x1, x2, ...

numeric variables

Examples

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

Run the code above in your browser using DataLab