layout.springForce {layouts} R Documentation

Do force directed layout

Description

Usage

layout.springForce(g,
    stiffness = 80,
    repulsion = 4000,
    damping = 0.83,
    iterations = 1000,
    clearScreen = FALSE,
    showProgress = TRUE);

Arguments

g

A network graph object. [as NetworkGraph]

iterations

The number of layout iterations. [as integer]

clearScreen

Clear of the console screen when display the progress bar. [as boolean]

Details

Authors

igraph

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package layouts version 1.0.0.0 Index]