setEdgeAttributes,RCyjs-method {RCyjs}R Documentation

setEdgeAttributes

Description

setEdgeAttributes on the graph in the browse

Usage

## S4 method for signature 'RCyjs'
setEdgeAttributes(obj, attribute, sourceNodes, targetNodes,
  edgeTypes, values)

Arguments

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

Details

Edges are specified by sourceNode/targetNode/edgeType triples.

Value

no return value


[Package RCyjs version 2.2.2 Index]