powered by
Creates a pareto chart from a categorical variable
paretochart( x, main, ylab = "Frequency", xlab = "", cumperc.by = 20, cex = 0.8, ... )
A table of frequencies and percentages from the pareto analysis
Categorical vector to be plotted
Plot title
Label on y axis
Label on x axis
Grid interval
Number indicating the amount by which text and symbols should be magnified.
Further arguments to plot function
Jacob Anhoej
x <- rep(LETTERS[1:9], c(256, 128, 64, 32, 16, 8, 4, 2, 1)) paretochart(x)
Run the code above in your browser using DataLab