getGraph: Get RedeR graph.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Method to get and wrap up RedeR graphs into R objects.

Usage

1
getGraph(obj, ...)

Arguments

obj

Object of RedPort Class.

...

Additional arguments passed to RedeR application.

Details

Additional arguments:

status

Filter options for RedeR graph status. Valid arguments: <'selected'>, <'nonselected'> or <'all'> (default='all').

type

Filter options for RedeR graph objects. Valid arguments: <'node'>, <'container'> or <'all'> (default='node').

attribs

Filter options for RedeR graph attributes. Valid arguments: <'plain'>, <'minimal'> or <'all'> (default='plain').

Value

Returns igraph objects.

Author(s)

Mauro Castro

See Also

addGraph RedPort

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Initialize igraph
library(igraph)

## Not run: 

rdp <- RedPort()
calld(rdp) 

#ps. first add a graph (e.g. see samples in RedeR or 'addGraph' method)!
g <- getGraph(rdp)

## End(Not run)

RedeR documentation built on Nov. 8, 2020, 7:45 p.m.