Description Usage Arguments Value Author(s) See Also Examples
Set the default edge font size.
1 | setDefaultEdgeFontSize(obj, new.size, vizmap.style.name = "default")
|
obj |
a |
new.size |
an |
vizmap.style.name |
a visual style. |
None.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
setDefaultNodeShape setDefaultNodeFontSize setDefaultNodeSize setDefaultNodeColor setDefaultNodeBorderColor setDefaultNodeBorderWidth setDefaultNodeFontSize setDefaultNodeLabelColor setDefaultEdgeLineWidth setEdgeColorRule
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('test setDefaultEdgeFontSize', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'force-directed')
setEdgeLabelRule (cw, 'edgeType')
setDefaultEdgeFontSize (cw, 20)
setDefaultEdgeFontSize (cw, 1)
#redraw (cw) # not required anymore
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.