Learn R Programming

mulgar (version 1.0.5)

simple_clusters: Two clusters in 2D

Description

This data is simulated to use for testing. It has two spherical clusters, and two variables.

Arguments

Format

A dataset with 137 rows and 3 columns

Details

x1, x2

two numeric variables

cl

class variable

See Also

clusters

Examples

Run this code

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

Run the code above in your browser using DataLab