This function takes a search pattern (or regular expression) and generates a word cloud based upon that filter.
Arguments
- search
Character string (or regular expression) used to search the database. Default is to search all quotes.
- max.words
Integer; The maximum number of words to be plotted.
- colors
A character vector of colors to be used to designate word frequency. The default is 5 levels, from light to dark green.
- ...
additional arguments passed to
search_quotes
andwordcloud
See also
bioacousticsquote
, quote_tags
, quotes
,
search_quotes
. wordcloud