setEdgeAttributes,RCyjs-method {RCyjs} | R Documentation |
setEdgeAttributes
on the graph in the browse
## S4 method for signature 'RCyjs' setEdgeAttributes(obj, attribute, sourceNodes, targetNodes, edgeTypes, values)
obj |
an RCyjs instance |
attribute |
a character string |
sourceNodes |
vector of character strings |
targetNodes |
vector of character strings |
edgeTypes |
vector of character strings |
values |
vector of character strings |
Edges are specified by sourceNode/targetNode/edgeType triples.
no return value