exportNet2gml | R Documentation |
The function export2gml
creates a network from adjacency lists.
The gml is saved in the current working directory having a
selected name (name
). All or selected edge attributes may be
selected using the parameter select
.
exportNet2gml(x, file, select = F, ...)
x |
|
file |
|
select |
|
ยดexportNet2gml
uses adjacency matrices to create first a network
and then saving it as gml in the current working directory.
The name of the gml file is selected by the User with the
file
parameter.
The networks contains the feature ID's as nodes. The edges
contains corresponding source feature ID (sourceID) and target
feature ID (targetID) and either all column attributes as additional
edge attributes or selected ones if select
was used.
.gml
file saved in current working directory with selected name
using file
.
Liesa Salzer, liesa.salzer@helmholtz-muenchen.de
###### example to be added!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.