create_cooccurrence_graph: Create a graph representation of the cooccurences of...

View source: R/create_cooccurrence_graph.R

create_cooccurrence_graphR Documentation

Create a graph representation of the cooccurences of Categories

Description

Calculates the cooccurrence of Categories. A graph object is then created using the make_graph function for visualising in Gephi or similiar software.

Usage

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

Details

Creates a cooccurrence graph

Value

cooccurence table (At present.)


WarwickCIM/lecat documentation built on Jan. 14, 2023, 4:43 a.m.