Description Usage Arguments Author(s) See Also Examples
Plots a graph created by get.all.graphs or get.grap h.1.n.group.centrality.with.function functions.
1 | graph_plot(agraph_object)
|
agraph_object |
A graph object |
Epaminondas Diamantopoulos
get.all.graphs
1 2 3 4 5 6 7 8 9 10 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.