Learn R Programming

plot4fun (version 0.1.1)

my_wordcloud: Word cloud plot

Description

Word cloud plot

Usage

my_wordcloud(
  str_vector,
  ignore_words = "Unclassified|uncultured|Ambiguous|Unknown|unknown|metagenome|Unassig",
  topN = 50
)

Value

a htmlwidget

Arguments

str_vector

string vector

ignore_words

ignore_words

topN

topN, 50

Examples

Run this code
# \donttest{
data(otutab, package = "pcutils")
if (requireNamespace("wordcloud2")) {
  my_wordcloud(taxonomy$Genus)
}
# }

Run the code above in your browser using DataLab