layout.mds {igraph} | R Documentation |
Graph layout by multidimensional scaling
Description
layout.mds()
was renamed to layout_with_mds()
to create a more
consistent API.
Usage
layout.mds(graph, dist = NULL, dim = 2, options = arpack_defaults())
Arguments
graph |
The input graph. |
dist |
The distance matrix for the multidimensional scaling. If
|
dim |
|
options |
This is currently ignored, as ARPACK is not used any more for solving the eigenproblem |
[Package igraph version 2.0.3 Index]