Lchiffon / wordcloud2

R interface to wordcloud for data visualization.
397 stars 113 forks source link

Wordcloud2 in R #43

Closed kaantoprak58 closed 6 years ago

kaantoprak58 commented 6 years ago

hello, i study on Text mining and i do not know how can i create number wordcloud2. I know shape of star or peace. But i can not number 10 as shape of wordcloud. Can you help me?

wordcloud2::wordcloud2(asd,word="R", color='random-light' , backgroundColor="black") it is okey. but wordcloud2::wordcloud2(asd,figPath="10.png", color='random-light' , backgroundColor="black") does not work.

Lchiffon commented 6 years ago

use letterCloud instead

letterCloud(demoFreq, word = '10')

image