plot,TreeHarp-method | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.