with(Mroz, {
Barplot(wc)
Barplot(wc, col="lightblue", label.bars=TRUE)
Barplot(wc, by=hc)
Barplot(wc, by=hc, scale="percent", label.bars=TRUE)
Barplot(wc, by=hc, style="parallel",
scale="percent", legend.pos="center")
})
Run the code above in your browser using DataLab