| graph_plot | R Documentation |
Plots a graph created by get.all.graphs or get.grap h.1.n.group.centrality.with.function functions.
graph_plot(agraph_object)
agraph_object |
A graph object |
Epaminondas Diamantopoulos
get.all.graphs
# The function graph_plot provides graph functionality for a graph
# object created by get.all.graphs function.
# First give...
allgraphs = get.all.graphs(c("diet1stword", "diet2ndword",
"diet3rdword"), freeassociationdata)
# Plot a particular graph by giving...
graph_plot(allgraphs$graphs$centrality_closeness)