find_node_cpp {wdnet}R Documentation

Fill missing nodes in the node sequence. Defined for wdnet::rpanet.

Description

Fill missing nodes in the node sequence. Defined for wdnet::rpanet.

Usage

find_node_cpp(nodes, edges)

Arguments

nodes

Source/target nodes, missing nodes are denoted as 0.

edges

Sampled edges according to preferential attachment.

Value

Source/target nodes.


[Package wdnet version 1.2.3 Index]