RDyNet: RDyNet class

Description Usage Arguments Details Value Author(s) Examples

Description

This class acts as the interface class between RDyNetGraph and network graphic engines.

Usage

1
	RDyNet(rdynet_graph, save_filename=NULL, dynet_path=NULL)

Arguments

rdynet_graph

a RDyNetGraph object. (See RDyNetGraph for details)

save_filename

the name of the temporary file to store in XGMML format.

dynet_path

the path of DyNet software.

Details

To interact with stand-alone network graphic softwares, IGIR adopts XGMML as the standard format. It takes RDyNetGraph as input, generates XGMML file and invoke stand-alone graphic softwares to visualise.

Value

a RDyNet object

Author(s)

Xin Wang

Examples

1
	# demo("demo", "IGIR")

IGIR documentation built on May 2, 2019, 5:50 p.m.

Related to RDyNet in IGIR...