path_between_cats: Find the path between nodes in the NVC graph

Description Usage Arguments Value Examples

View source: R/paths.R

Description

More detailed description of the function

Usage

1
path_between_cats(g, node1, node2)

Arguments

g

The graph to traverse

node1

The starting node in the path

node2

The end node in the path

Value

A list of the node (categories) on the path from node1 to node2

Examples

1
path_between_cats(NVC_graph, "685697", "686373")

jacob-ogre/USNVC documentation built on May 18, 2019, 8 a.m.