powered by
Kludgy horizontal histogram function (really should just fix the lattice equivalent)
hist_horiz(formula, data, n = 20)
Plot formula
Data.frame
Number of groups
plot
hist
# NOT RUN { library(lattice) library(datasets) hist_horiz(~ len | supp, data=ToothGrowth, n=5) # }
Run the code above in your browser using DataLab