write_graph: Write a graph as GraphML file

Description Usage Arguments

View source: R/io.R

Description

This function writes a graph as a GraphML file. Please use this function when writing graphs created using this package

Usage

1
write_graph(G, out.name, ...)

Arguments

G

The igraph object representing the graph

out.name

The name of the output file

...

Additional arguments passed to igraph::write.graph


ParkerICI/scgraphs documentation built on April 30, 2021, 1:10 p.m.