powered by
Prepares the graphical object from the prepared edge and weight list data frame
prepareGraphs(raw_data_input, project_title = "", weightedGraph = TRUE)
Stores the igraph graph object, graph adjacency matrix, edge and weight lists, project title, and a user option for weighted to list object.
The raw edge and weight list processed from the tabulate_edges() function.
The title of the project.
Graph will add weights to the edges to a set of nodes based on the weight specified on the list. Default allows for weights on the graph.
df <- sampleData1 prepNet <- tabulate_edges(df, silentNodes = 0) baseNet <- prepareGraphs(prepNet, project_title = "Sample Data 1", weightedGraph = TRUE)
Run the code above in your browser using DataLab