| plotcloud | R Documentation |
Plot a word cloud based on the word frequencies in the documents.
plotcloud(corpus, k = NULL, stopwords = "en", ...)
corpus |
The corpus of documents (a vector of characters) or the vocabulary of the documents (result of function |
k |
A categorical variable (vector or factor). |
stopwords |
The language whose stop words are removed ( |
... |
Other parameters. |
plotzipf, getvocab, wordcloud
data (capitals)
plotcloud (capitals)
vocab = getvocab (capitals, mincount = 1, lang = NULL, stopwords = "en")
plotcloud (vocab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.