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
)

Arguments

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

Value

cooccurence table (At present.)

Details

Creates a cooccurrence graph