find_node_undirected_cpp: Fill missing values in node sequence. Defined for...

View source: R/RcppExports.R

find_node_undirected_cppR 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.


wdnet documentation built on May 29, 2024, 9:32 a.m.