Sora Jin
June 21st, 2015
Below is some code that is in the server.R files, which is used to generate the histogram.
colm = as.numeric(input$var)
hist(iris[,colm], col =input$colour, xlim = c(0, max(iris[,colm])),
main = "Histogram of Iris dataset", breaks = seq(0, max(iris[,colm]),
l=input$bin+1), xlab = names(iris[colm]))
visit the application on Shiny linked phrase
check out the code on Github linked phrase