letterCloud {wordcloud2}R Documentation

Create wordcloud with the shape of a word

Description

Function for Creating wordcloud with the shape of a word

Usage

letterCloud(data, word, wordSize = 0, letterFont = NULL, ...)

Arguments

data

A data frame including word and freq in each column

word

A word to create shape for wordcloud.

wordSize

Parameter of the size of the word.

letterFont

Letter font

...

Other parameters for wordcloud.

Examples

library(wordcloud2)

letterCloud(demoFreq,"R")

[Package wordcloud2 version 0.2.1 Index]