as_edge_tbl {NetCoupler}R Documentation

Convert network graphs to edge tables as tibbles/data.frames.

Description

[Experimental]

Usage

as_edge_tbl(network_object)

Arguments

network_object

Network graph from nc_estimate_network().

Value

A tibble, with at least two columns:

See Also

See nc_estimate_links for examples on using NetCoupler.


[Package NetCoupler version 0.1.0 Index]