tkplot.close {igraph} | R Documentation |
Interactive plotting of graphs
Description
tkplot.close()
was renamed to tk_close()
to create a more
consistent API.
Usage
tkplot.close(tkp.id, window.close = TRUE)
Arguments
tkp.id |
The id of the tkplot window to close/reshape/etc. |
window.close |
Leave this on the default value. |
[Package igraph version 2.0.3 Index]