Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rtanglao/a5f6b43d6f35475ea6e0 to your computer and use it in GitHub Desktop.
Save rtanglao/a5f6b43d6f35475ea6e0 to your computer and use it in GitHub Desktop.
FIXED plot colour counts in r using a bar graph
counts3 = head(topcolour.ig.vancouver.2014[,2], n=200)
barplot(counts3, main="Colour Distribution",
+ xlab="Top Colours",
+ ylab="Colour Counts")
@rtanglao
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment