Displaying 1 result from an estimated 1 matches for "cateogies".
Did you mean:
cateogries
2011 Jun 21
2
qplot/ggplot2 Questions
...fically I am
making a horizontal bar graph and I have two questions.
1. The categories are ordered in rather strange way at least to me. It is
not alphabetical or ascending/descending order of votes cast so i had to
manually state the order I wanted which is fine, but is there an easy way
put the cateogies in alphabetical order or in my case descending order?
Maybe something like: order="alphabetical"
2. Is there an easy way to take a bar graph of count data and turn it into a
bar graph of percentages. I know I can count how many items are in each
category then divide by the total and th...