| setDefaultStyle,RCyjs-method {RCyjs} | R Documentation |
setDefaultStyle use some sensible rendering options for all elements of the graph
## S4 method for signature 'RCyjs' setDefaultStyle(obj)
obj |
an RCyjs instance |
no value returned
if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="setDefaultNodesSize", graph=g)
layout(rcy, "cose")
setDefaultStyle(rcy)
}