wordcloud2 (version 0.2.1)

WCtheme: Change the themes of wordcloud2

Description

Function for Creating wordcloud theme

Usage

WCtheme(class = 1)

Arguments

class

class for theme in wordcloud2

Examples

Run this code
# NOT RUN {
wc = wordcloud2(demoFreq)

wc + WCtheme(1)
wc + WCtheme(2)
wc + WCtheme(3)
wc + WCtheme(2) + WCtheme(3)
# }

Run the code above in your browser using DataCamp Workspace