library(igraph) library(lsa) g = make_graph("Zachary") coords = layout_with_fr(g) # plot the graph plot(g, layout=coords, vertex.label=NA, vertex.size=10) ...
確定! 回上一頁