cho7tom
March 2015
I have built a shiny app hosted on shinyapps.io.
This app aims at exploring the well known iris dataset, available with R.
plot(iris)
names(iris)
[1] "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width"
[5] "Species"
The main output of the app is a chart which enables the user to visualize iris dataset being clustered (using k-mean algorithm) based on its representation along 2 axes chosen by the user.
The selection of x or y axis, as well as the number of clusters to be created are the 3 responsive elements of this app.