myBarplot | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.