# NOT RUN {
## Example 1
## Basic bar plot usage
loaBarPlot(Species, Sepal.Width, data=iris, stat=mean)
#or equivalent using formula
# }
# NOT RUN {
loaBarPlot(Sepal.Width~Species, data=iris, stat=mean)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab