updateGraph {RedeR}R Documentation

Update RedeR graphs.

Description

Updates an active RedeR application session.

Usage

updateGraph(obj)

Arguments

obj

Object of RedPort Class.

Value

Updates RedeR graph.

Note

Prior calling this method make sure that there is an active RedeR session.

Author(s)

Mauro Castro

See Also

RedPort

Examples

# Initialize igraph
library(igraph)

edges<-c("n1","n2","n1","n3","n1","n4","n1","n5","n1","n6","n1","n7")

## Not run: 

  rdp <- RedPort() 
  calld(rdp)
  addEdges(rdp, edges)  
  updateGraph(rdp)

## End(Not run)  

[Package RedeR version 1.32.2 Index]