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

View source: R/estimate-network.R

as_edge_tblR Documentation

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

Description

\lifecycle

experimental

Usage

as_edge_tbl(network_object)

Arguments

network_object

Network graph from nc_estimate_network().

Value

A tibble, with at least two columns:

  • source_node: The starting node (variable).

  • target_node: The ending node (variable) that links with the source node.

  • adjacency_weight: (Optional) The "weight" given to the edge, which represents the strength of the link between two nodes.

See Also

See nc_estimate_links for examples on using NetCoupler.


ClemensWittenbecher/NetCoupler documentation built on Jan. 14, 2024, 2:41 a.m.