Learn R Programming

multiplex (version 2.3)

write.gml: Write gml Files

Description

A function to write files with a gml format.

Usage

write.gml(x, file = NULL)

Arguments

x
an object representing the multiple network
file
path to the file

Value

A file with the data with a graph modelling language format.

Details

The gml format, an acronym for graph modelling language, provides capabilities to represent multiple networks and add arguments both to the nodes and the edges for visualization purposes.

References

visone Software for the analysis and visualization of social networks. http://visone.info

See Also

read.gml, write.dl, write.dat