Description Usage Arguments Details Methods Examples
Creates a wordcloud for a downloaded text using the wordcloud package.
1 2 3 4 5 |
words |
a book object. |
freq,scale,min.freq,max.words,random.order,random.color,rot.per,
colors,ordered.colors,use.r.layout,fixed.asp,... |
As in the
wordcloud package's |
This is an example showing how one can use the information stored in
a book object to do analysis. Exactly as in the code here, you would
call text(book, with.license=FALSE)
to extract the text for
analysis. Note that doing so does not absolve you from the Project
Gutenberg license.
signature(words = "book")
1 2 3 4 5 6 7 | ## Not run:
library(rgutenberg)
x <- rgutenberg()
wordcloud(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.