referredBy | R Documentation |
This function returns a list of all aspects with all present aspects, that refer to it. As example, the aspect NodesAspect is refered by the property source and target of the EdgesAspect aspect.
referredBy(rcx, aspectClasses = getAspectClasses())
rcx |
an object of one of the aspect classes (e.g. NodesAspect, EdgesAspect, etc.) |
aspectClasses |
named character; accession names and aspect classes aspectClasses |
named list; Aspect class names with names of aspect classes, that refer to them.
Uses hasIds()
and refersTo()
to determine the referring aspects.
hasIds()
, idProperty()
, refersTo()
, maxId()
nodes = createNodes(name = c("ĆDK1","CDK2","CDK3")) edges = createEdges(source = c(0,0), target = c(1,2)) rcx = createRCX(nodes = nodes, edges = edges) referredBy(rcx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.