write.gml | R Documentation |
gml
Files
A function to write files with a gml
format.
write.gml(x, file = NULL)
x |
an object representing the multiple network |
file |
path to the file |
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.
A file with the data with a graph modelling language format.
In case that the file already exists in the pointed directory, then the file will be overwritten.
Antonio Rivero Ostoic
visone
Software for the analysis and visualization of social networks. http://visone.info
read.gml
, write.dl
, write.dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.