I am completing a network comparison and have developed the two networks. However, I am trying to analyze them to see how they cluster and am running into problems. Any suggestions?
library("igraph")
hsigraph = as.igraph(graph_lasso_ds, attributes=TRUE)
Error in i_set_vertex_attr(x, attr(value, "name"), index = value, value = attr(value, :
Length of new attribute value must be 1 or 12, the number of target vertices, not 13
Hello!
Newer R attempter here.
I am completing a network comparison and have developed the two networks. However, I am trying to analyze them to see how they cluster and am running into problems. Any suggestions?