R/create_cooccurrence_graph.R
create_cooccurrence_graph.Rd
Calculates the cooccurrence of Categories. A graph object is then created using the make_graph function for visualising in Gephi or similiar software.
create_cooccurrence_graph( result, graph_filename = "result.graphml", cotable_filename = "cotable.csv", inShiny = FALSE )
result | result from the run_lecat_analysis function |
---|---|
graph_filename | filename of the generated graph file |
cotable_filename | filename of the generated cooccurrence table |
inShiny | If inShiny is TRUE then shiny based notifications will be shown |
cooccurence table (At present.)
Creates a cooccurrence graph