multicluster | R Documentation |
This data is originally from http://ifs.tuwien.ac.at/dm/download/multiChallenge-matrix.txt, and provided as a challenge for non-linear dimension reduction.It was used as an example in Lee, Laa, Cook (2023) https://doi.org/10.52933/jdssv.v2i3.
A dataset with 400 rows and 11 columns
cluster label
numeric variables
clusters
require(ggplot2)
ggplot(multicluster, 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.