as.networkx: Python NetworkX coercion helpers

View source: R/methods-ResIN.R

as.networkxR Documentation

Python NetworkX coercion helpers

Description

Generic for exporting objects to a lightweight NetworkX-ready representation. For ResIN objects, this creates edge and node CSV tables that can be read via pandas and converted to a networkx graph.

Usage

as.networkx(x, ...)

Arguments

x

Object to coerce/export.

...

Passed to methods.


ResIN documentation built on March 2, 2026, 9:07 a.m.