WCtheme {wordcloud2} | R Documentation |
Change the themes of wordcloud2
Description
Function for Creating wordcloud theme
Usage
WCtheme(class = 1)
Arguments
class |
class for theme in wordcloud2 |
Examples
wc = wordcloud2(demoFreq)
wc + WCtheme(1)
wc + WCtheme(2)
wc + WCtheme(3)
wc + WCtheme(2) + WCtheme(3)
[Package wordcloud2 version 0.2.1 Index]