View source: R/make_topic_network_graph.R
Make topic network graph from STM results.
1 2 | make_topic_network_graph(stm_results, stm_input_file,
output_file = file.path(stm_results, "topic_network.png"))
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.