Learn R Programming

multiplex (version 3.7)

write.gml: Write gml Files

Description

A function to write files with a gml format.

Usage

write.gml(x, file = NULL)

Value

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

Arguments

x

an object representing the multiple network

file

path to the file

Author

Antonio Rivero Ostoic

Details

The gml format, an acronym for graph modelling language, provides capabilities to represent multiple networks and add arguments to both 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