getNodeInfo: Compile information about each node

View source: R/getNodeInfo.R

getNodeInfoR Documentation

Compile information about each node

Description

Based on a parent-child table and a configuration file, this function compiles how many nodes each site has, what the parent site is, and what child number of that parent the site in question is

Usage

getNodeInfo(parent_child = NULL, configuration = NULL)

Arguments

parent_child

parent-child table. Could be created from 'buildParentChild()' from 'PITcleanr' package.

configuration

configuration file. Could be created from 'buildConfig()' from 'PITcleanr' package.

Author(s)

Kevin See

Examples

#getNodeInfo()

KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.