plot_top_terms: Make faceted lollipop charts for top terms from a cluster

View source: R/plot_top_terms.R

plot_top_termsR Documentation

Make faceted lollipop charts for top terms from a cluster

Description

Make faceted lollipop charts for top terms from a cluster

Usage

plot_top_terms(
  top_terms_table,
  words_var = words,
  group_var = cluster_name,
  top_n = 15,
  nrow = 2
)

Arguments

top_terms_table

the output of make_top_terms_table()

words_var

the name of the variable in which word tokens have been saved

group_var

cluster / topic / grouping variable

top_n

number of terms per plot

nrow

number of rows to display plots on

Value

faceted lollipops


jpcompartir/JPackage documentation built on March 20, 2023, 4 a.m.