get_adj_list {autoharp} | R Documentation |
Generic for Getting Adjacency List
Description
The generic method definition for getting adjacency list from a TreeHarp object.
Usage
get_adj_list(x, ...)
## S4 method for signature 'TreeHarp'
get_adj_list(x, ...)
Arguments
x |
An object of class TreeHarp. |
... |
Unused arguments, for now. |
Value
The adjacency list for a TreeHarp object.
Methods (by class)
-
TreeHarp
: A getter.Allows user to extract the adjacency list of a treeharp object.
[Package autoharp version 0.0.10 Index]