Created
April 28, 2015 01:27
-
-
Save rtanglao/a5f6b43d6f35475ea6e0 to your computer and use it in GitHub Desktop.
FIXED plot colour counts in r using a bar graph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
counts3 = head(topcolour.ig.vancouver.2014[,2], n=200) | |
barplot(counts3, main="Colour Distribution", | |
+ xlab="Top Colours", | |
+ ylab="Colour Counts") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the previous gist had a bug!
https://gist.github.com/rtanglao/15511bfd9f454bf03d34