plot_wordcloud | R Documentation |
Plot wordclouds
plot_wordcloud(
ret,
num_words = 30,
pal = palette(),
make_upper = NULL,
scale_freq = NULL,
color_by_tag = FALSE,
font_family = "sans",
use_ggwordcloud = TRUE,
arg_list = list(),
wc_scale = 10
)
ret |
biotext object |
num_words |
number of words to include |
pal |
palette for colorizing words |
make_upper |
make uppercase for these words |
scale_freq |
scale the frequency for visualization |
color_by_tag |
colorize based on tagging information |
font_family |
font family |
use_ggwordcloud |
use ggwordcloud or wordcloud function |
arg_list |
arguments to pass to wordcloud functions |
wc_scale |
scale factor for ggwordcloud |
Plot the wordclouds stored in biotextgraph object.
biotext class object
plotwc plotnet
refseq("DDX41", plotType="wc") |>
plot_wordcloud()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.