View source: R/create_cooccurrence_graph.R
create_cooccurrence_graph | R Documentation |
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 |
Creates a cooccurrence graph
cooccurence table (At present.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.