tkplot.fit.to.screen {igraph}R Documentation

Interactive plotting of graphs

Description

[Deprecated]

tkplot.fit.to.screen() was renamed to tk_fit() to create a more consistent API.

Usage

tkplot.fit.to.screen(tkp.id, width = NULL, height = NULL)

Arguments

tkp.id

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

width

The width of the rectangle for generating new coordinates.

height

The height of the rectangle for generating new coordinates.


[Package igraph version 2.0.3 Index]