plot,TreeHarp-method: TreeHarp Plotting TreeHarp Objects
Description
A plot method for visualising treeharp objects.
Usage
# S4 method for TreeHarp
plot(x, y, ...)
Value
Returns NULL, invisibly.
Arguments
- x
An object of class TreeHarp.
- y
Unused.
- ...
Additional arguments passed on to plot.igraph().
Details
The treeharp object is converted to an igraph object before it
is plotted.