graph_to_depth: Return the NVC graph out from the "center" at natural and...

Description Usage Arguments Value Examples

View source: R/graph.R

Description

Useful, perhaps, for plotting a small version of the full NVC_graph.

Usage

1

Arguments

g

The graph from which to get the subgraph

depth

The distance from the center of g to extend the subgraph

Value

An igraph subgraph of g, to distance 'depth'

Examples

1
2
3
4
## Not run: 
graph_to_depth(NVC_graph, 2)

## End(Not run)

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