+.wordcloud2R Documentation

Change the themes of wordcloud2

Description

Function for Creating wordcloud theme

Usage

## S3 method for class 'wordcloud2'
e1 + e2

Arguments

e1

wordcloud2 object

e2

wordcloud2 themes

Examples

wc = wordcloud2(demoFreq)

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