Learn R Programming

RGraphM (version 0.1.11)

graph_data: Two randomly shuffled isomorphic graphs

Description

A and B are randomly generated adjacency matrices as shown in the example of run_graph_match function. a and b are adjacency matrices from the test_simple example in graphm library.

Arguments

Format

a

an 10x10 adjacency matrix representing graph G to be matched

b

an 10x10 adjacency matrix representing graph H to be matched

Examples

Run this code
# NOT RUN {
print (a)
print (b)


## maybe str(graph_data) ; plot(graph_data) ...
# }

Run the code above in your browser using DataLab