clusterchallenges | R Documentation |
Simulated data with different structures
c1
c2
c3
c4
c5
c6
c7
A datasets with differing number of rows and columns
numeric variables
Created by Di Cook.
require(ggplot2)
data(c1)
ggplot(c1, 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.