clusters_nonlin | R Documentation |
This data is simulated to use for testing. It has two small spherical clusters, and a curve cluster and a sine wave cluster.
A dataset with 300 rows and 6 columns
five numeric variables
clusters
require(ggplot2)
ggplot(clusters_nonlin, aes(x=x1, y=x2)) +
geom_point() +
theme(aspect.ratio=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.