if (FALSE) {
ggfreqplot(AirPassengers)
ggfreqplot(AirPassengers, freq = 4)
ggfreqplot(AirPassengers, conf.int = TRUE)
ggfreqplot(AirPassengers,
facet.labeller = function(x) month.abb[as.integer(x)])
}
Run the code above in your browser using DataLab