Learn R Programming

wordcloud2 (version 0.2.0)

letterCloud: 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

Run this code
library(wordcloud2)

letterCloud(demoFreq,"R")

Run the code above in your browser using DataLab