function_graph_plot: Plots a graph.

Description Usage Arguments Author(s) See Also Examples

Description

Plots a graph created by get.all.graphs or get.grap h.1.n.group.centrality.with.function functions.

Usage

1
graph_plot(agraph_object)

Arguments

agraph_object

A graph object

Author(s)

Epaminondas Diamantopoulos

See Also

get.all.graphs

Examples

 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)

wordgraph documentation built on July 1, 2020, 10:01 p.m.