| checkedges | R Documentation | 
Construct an edge selection widget
checkedges(parent, label, rows, edges, group = NULL, label.rows = TRUE)
| parent | the parent window | 
| label | the label for the enclosing frame | 
| rows | the labels for the rows (node names) | 
| edges | an nx2 matrix that defines the edges | 
| group | a numeric vector that groups edges | 
| label.rows | whether to label rows | 
Makes a widget consisting of a grid of check buttons that allow the user to select edges of the network.
Returns an object of class checkedges with elements
|  | the widget | 
|  | function that returns the state of the check buttons | 
|  | the tclVars representing the state of the check buttons | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.