Convenience function to make barplots of percentages
Convenience function to make barplots of percentages
myBarplot(x, description, xaxisround = 0)
x |
vector of samples |
description |
xlab string |
xaxisround |
rounding for xaxis labels (default: 0, i.e. integers will be used) |
the ggplot2 object
crmPack:::myBarplot(rpois(n=100, lambda=2), "test")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.