write.gml {multiplex} | R Documentation |
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 |
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.
Value
A file with the data with a graph modelling language format.
Note
In case that the file already exists in the pointed directory, then the file will be overwritten.
Author(s)
Antonio Rivero Ostoic
References
visone
Software for the analysis and visualization of social networks. http://visone.info
See Also
[Package multiplex version 3.4 Index]