find_node_undirected_cpp {wdnet}R Documentation

Fill missing values in node sequence. Defined for wdnet::rpanet.

Description

Fill missing values in node sequence. Defined for wdnet::rpanet.

Usage

find_node_undirected_cpp(node1, node2, start_edge, end_edge)

Arguments

node1

Nodes in the first column of edgelist, i.e., edgelist[, 1].

node2

Nodes in the second column of edgelist, i.e., edgelist[, 2].

start_edge

Index of sampled edges, corresponds to the missing nodes in node1 and node2.

end_edge

Index of sampled edges, corresponds to the missing nodes in node1 and node2.

Value

Node sequence.


[Package wdnet version 1.2.3 Index]