This function computes the correlation between networks. Implemented methods expect the graph to be an adjacency matrix, an igraph, or a network object.
graph_cor(object1, object2)# S3 method for default
graph_cor(object1, object2)
# S3 method for igraph
graph_cor(object1, object2, ...)
# S3 method for matrix
graph_cor(object1, object2)
# S3 method for array
graph_cor(object1, object2)
correlation between graphs
igraph object or adjacency matrix
igraph object or adjacency matrix over the same vertex set as object1
additional arguments