Skip to contents

thin wrappers around igraph::read_graph() for the formats users coming from gephi / pajek / networkx most often hand over (graphml, pajek .net, gml). each reader loads the file via igraph and immediately runs netify() on the result so the user gets a netify back in one call, with edge weights auto-detected and directedness preserved.

Usage

read_graphml(file, ...)

read_pajek(file, ...)

read_gml(file, ...)

Arguments

file

path to the input file.

...

passed to netify(igraph_obj, ...) – typically symmetric=, mode=, or weight= overrides.

Value

a netify object.

Author

cassy dorff, shahryar minhas