Usage
createWordcloud(words, freq, title = "Wordcloud",
scale = c(8, 0.2), minFreq = 10, maxWords = 40,
filename,
format = c("png", "bmp", "jpeg", "tiff", "pdf"),
width = 480, height = 480, units = "px",
palette = brewer.pal(8, "Dark2"), titleFactor = 1)Arguments
scale
a vector indicating the range of the size of
the words (default c(4,.5))
minFreq
words with frequency below minFreq
will not be displayed
maxWords
Maximum number of words to be plotted
(least frequent terms dropped).
filename
file name to use where to save graphics
format
format of graphics device to save wordcloud
image
width
the width of the output graphics device
height
the height of the output graphics device
units
the units in which height and
width are given. Cab be px (pixels, the
default), in (inches), cm or mm.
palette
color words from least to most frequent
titleFactor
numeric title character expansion
factor; multiplied by par("cex") yields the
final title character size. NULL and NA are equivalent to
a factor of 1.