plot,TreeHarp-method {autoharp} | R Documentation |
A plot method for visualising treeharp objects.
## S4 method for signature 'TreeHarp'
plot(x, y, ...)
x |
An object of class TreeHarp. |
y |
Unused. |
... |
Additional arguments passed on to plot.igraph(). |
The treeharp object is converted to an igraph object before it is plotted.
Returns NULL, invisibly.