Learn R Programming

mulgar (version 1.0.5)

clusters_nonlin: Four unusually shaped clusters in 4D

Description

This data is simulated to use for testing. It has two small spherical clusters, and a curve cluster and a sine wave cluster.

Arguments

Format

A dataset with 300 rows and 6 columns

Details

x1, x2, x3, x4

five numeric variables

See Also

clusters

Examples

Run this code

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

Run the code above in your browser using DataLab