buildPaths: Build Possible Paths

View source: R/buildPaths.R

buildPathsR Documentation

Build Possible Paths

Description

Creates a data frame showing the path (through various detection sites) to reach each detection location in a parent-child table.

Usage

buildPaths(parent_child = NULL, direction = c("u", "d"))

Arguments

parent_child

data frame with at least 'parent' and 'child' columns. Can be created with 'buildParentChild()' function.

direction

the direction of movement. Parent-child tables are generally built imagining parents as downstream from children. Assuming that's the case, should the paths be upstream ('u' or 'upstream'), the default, or downstream ('d' or 'downstream')?

Value

data frame containing a column,'end_loc', showing the possible final locations, and a column, 'path', showing all the detection locations to pass on the way to that final location.

Author(s)

Kevin See

Examples

buildPaths()

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