powered by
Convenience function to make barplots of percentages
myBarplot(x, description, xaxisround = 0)
vector of samples
xlab string
rounding for xaxis labels (default: 0, i.e. integers will be used)
the ggplot2 object
# NOT RUN { crmPack:::myBarplot(rpois(n=100, lambda=2), "test") # }
Run the code above in your browser using DataLab