You can get the coordinates from the corresponding igraph layout function, e.g.: coords <- layout.davidson.harel(g) plot(g, layout = coords).
確定! 回上一頁