cw <- new.CytoscapeWindow ('setDefaultEdgeLineWidth.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setDefaultEdgeLineWidth (cw, 5)
redraw (cw)
Run the code above in your browser using DataLab