# NOT RUN {
ggEasyBar(mtcars, c('gear', 'carb'));
ggEasyRidge(mtcars, c('disp', 'hp'));
### When plotting single questions, if you want to show the anchors:
ggEasyBar(mtcars, c('gear'),
biAxisLabels=list(leftAnchors="Fewer",
rightAnchors="More"));
### Or for multiple questions (for e.g. semantic differentials):
ggEasyBar(mtcars, c('gear', 'carb'),
biAxisLabels=list(leftAnchors=c("Fewer", "Lesser"),
rightAnchors=c("More", "Greater")));
# }
Run the code above in your browser using DataLab