plot,TreeHarp-method {autoharp}R Documentation

TreeHarp Plotting TreeHarp Objects

Description

A plot method for visualising treeharp objects.

Usage

## S4 method for signature 'TreeHarp'
plot(x, y, ...)

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.

Value

Returns NULL, invisibly.


[Package autoharp version 0.0.10 Index]