
Last chance! 50% off unlimited learning
Sale ends in
glBar(x, ...)
glBar.default
data(mtcars)
counts <- table(mtcars$gear)
data <- data.frame(nGears=as.numeric(names(counts)), Count=as.numeric(counts))
plot1 <- glBar(data, "Count", "nGears", ylab="Number of Gears")
glimma(plot1, layout=c(1,1), launch=TRUE)
Run the code above in your browser using DataLab