make_topic_network_graph: Make topic network graph

Description Usage Arguments

View source: R/make_topic_network_graph.R

Description

Make topic network graph from STM results.

Usage

1
2
make_topic_network_graph(stm_results, stm_input_file,
  output_file = file.path(stm_results, "topic_network.png"))

Arguments

stm_results

Path to directory containing STM results. This directory should have the same name as the .Rdata file containing the results, and the same name as the results object contained in that file.

stm_input_file

Path to .Rdata file containing R object used as input for the STM analysis. This object should be named "stm_input".

output_file

Path to .png file in which to save network graph.


dtburk/texanaaid documentation built on Nov. 12, 2019, 9:44 p.m.