Skip to content

Commit

Permalink
Update R_word_clouds.R
Browse files Browse the repository at this point in the history
  • Loading branch information
lgellis committed Jun 23, 2018
1 parent f8d11b0 commit 3bf43f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter_wordcloud/R_word_clouds.R
Expand Up @@ -144,7 +144,7 @@ greyPalette <- c("#2B2B2B", "#373D3F", #333333", "#303030", "#404040", "#484848"
#444444", "#555555", "#666666", "#777777", "#888888", "#999999")
greyPalette

wordcloud2(westWorld, size=0.6, shape = "star", color=rep_len( greyPalette, nrow(summary4) ))
wordcloud2(westWorld, size=0.6, shape = "star", color=rep_len( greyPalette, nrow(westWorld) ))
?wordcloud2

#download maze
Expand Down

0 comments on commit 3bf43f2

Please sign in to comment.