powered by
write.brainnet(g, node.color = c("none", "comm", "comm.wt", "lobe", "comp", "network"), node.size = "constant", edge.wt = NULL, file.prefix = "")
igraph
The .edge file is the graph's associated adjacency matrix; a weighted adjacency matrix can be returned by using the edge.wt argument.
edge.wt
## Not run: # write.brainnet(g, node.color='community', node.size='degree', # edge.wt='t.stat') # ## End(Not run)
Run the code above in your browser using DataLab