network_load | R Documentation |
This Function Loads a network object from synapse using its synapse ID and the type of network, ie graphml.
network_load(syn_id, form, synap_import)
syn_id |
the networks synID |
form |
the format of the netwrok file eg. "graphml" |
synap_import |
is the reticulated imported synapse from log_into_synapse()$synapse |
an igraph network object
## Not run: syn <- log_into_synapse() net_example <- network_load( syn_id = 'syn23247263', form = 'graphml', synap_import = syn$synapse ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.