Skip to content

Instantly share code, notes, and snippets.

@flodel
Created April 29, 2012 01:54

Revisions

  1. flodel created this gist Apr 29, 2012.
    5 changes: 5 additions & 0 deletions gistfile1.r
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    library(wordcloud)
    wordcloud(packages.df$`Package Name`,
    packages.df$Users,
    max.words = 50,
    colors = brewer.pal(9, "Greens")[4:9])