plot_wordcloud: plot_wordcloud

View source: R/steps.R

plot_wordcloudR Documentation

plot_wordcloud

Description

Plot wordclouds

Usage

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
)

Arguments

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

Details

Plot the wordclouds stored in biotextgraph object.

Value

biotext class object

See Also

plotwc plotnet

Examples

refseq("DDX41", plotType="wc") |>
plot_wordcloud()

noriakis/wcGeneSummary documentation built on April 22, 2024, 7:12 a.m.