simple_clusters | R Documentation |
This data is simulated to use for testing. It has two spherical clusters, and two variables.
A dataset with 137 rows and 3 columns
two numeric variables
class variable
clusters
require(ggplot2)
ggplot(simple_clusters, 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.