Description Usage Arguments Value Author(s) Examples
Retrieve the names of those visual attributes which can be set directly, bypassing vizmap rules.
1 |
obj |
a |
A list of about 60 character strings, e.g., "Node Color" and "Edge Font Size"
Paul Shannon
1 2 3 4 5 | cy <- CytoscapeConnection ()
getDirectlyModifiableVisualProperties (cy)
# [1] "Node Color" "Node Border Color" "Node Line Type" "Node Shape"
# [5] "Node Size" "Node Width" "Node Height" "Node Label"
# ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.