hms_object <-
hms(input_net = SBM_net,
spins = 4,
alpha = 0,
coolfact = 0.90,
tol = 0.05,
max_layers = 1)
str(hms_object)
str(hms_object$comm_layers_tree)
str(hms_object$net)
identical(SBM_net, hms_object$net)
hms_object$net$vertexes
community_plot(hms_object)
Run the code above in your browser using DataLab