get_adj_list {autoharp} | R Documentation |
The generic method definition for getting adjacency list from a TreeHarp object.
get_adj_list(x, ...)
## S4 method for signature 'TreeHarp'
get_adj_list(x, ...)
x |
An object of class TreeHarp. |
... |
Unused arguments, for now. |
The adjacency list for a TreeHarp object.
TreeHarp
: A getter.
Allows user to extract the adjacency list of a treeharp object.