tkplot.rotate {igraph}R Documentation

Interactive plotting of graphs

Description

[Deprecated]

tkplot.rotate() was renamed to tk_rotate() to create a more consistent API.

Usage

tkplot.rotate(tkp.id, degree = NULL, rad = NULL)

Arguments

tkp.id

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

degree

The degree to rotate the plot.

rad

The degree to rotate the plot, in radian.


[Package igraph version 2.0.3 Index]