my_wordcloud {plot4fun}R Documentation

Word cloud plot

Description

Word cloud plot

Usage

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

Arguments

str_vector

string vector

ignore_words

ignore_words

topN

topN, 50

Value

a htmlwidget

Examples


data(otutab, package = "pcutils")
if (requireNamespace("wordcloud2")) {
  my_wordcloud(taxonomy$Genus)
}


[Package plot4fun version 0.1.1 Index]