当前位置: 首页 > 工具软件 > igraph > 使用案例 >

igraph study

荆利
2023-12-01

k-cliques

Rcpp

并发

 SNA-社会网络关系

community

github

contract.vertices

layout

Either a function or a numeric matrix. It specifies how the vertices will be placed on the plot.

If it is a numeric matrix, then the matrix has to have one line for each vertex, specifying its coordinates. The matrix should have at least two columns, for the x and y coordinates, and it can also have third column, this will be the z coordinate for 3D plots and it is ignored for 2D plots.

If a two column matrix is given for the 3D plotting function rglplot then the third column is assumed to be 1 for each vertex.

If layout is a function, this function will be called with the graph as the single parameter to determine the actual coordinates. The function should return a matrix with two or three columns. For the 2D plots the third column is ignored.

The default value is layout_nicely, a smart function that chooses a layouter based on the graph.

  • dd

转载于:https://my.oschina.net/u/2419022/blog/1047261

 类似资料:

相关阅读

相关文章

相关问答