| my_wordcloud | R Documentation |
Word cloud plot
my_wordcloud(
str_vector,
ignore_words = "Unclassified|uncultured|Ambiguous|Unknown|unknown|metagenome|Unassig",
topN = 50
)
str_vector |
string vector |
ignore_words |
ignore_words |
topN |
topN, 50 |
a htmlwidget
data(otutab, package = "pcutils")
if (requireNamespace("wordcloud2")) {
my_wordcloud(taxonomy$Genus)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.