make_bigram_viz: Plot a bigram network

View source: R/make_bigram_viz.R

make_bigram_vizR Documentation

Plot a bigram network

Description

Plot a bigram network

Usage

make_bigram_viz(data, text_var = mention_content, top_n = 50, min = 10, ...)

Arguments

data

Data frame or tibble object

text_var

Name of the text variable

top_n

Number of n-grams to plot

min

Min frequency of n-gram

Value

A ggplot2 network viz


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