tkplot.reshape {igraph}R Documentation

Interactive plotting of graphs

Description

[Deprecated]

tkplot.reshape() was renamed to tk_reshape() to create a more consistent API.

Usage

tkplot.reshape(tkp.id, newlayout, ..., params)

Arguments

tkp.id

The id of the tkplot window to close/reshape/etc.

newlayout

The new layout, see the layout parameter of tkplot.

...

Additional plotting parameters. See igraph.plotting for the complete list.

params

Extra parameters in a list, to pass to the layout function.


[Package igraph version 2.0.3 Index]