Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dendrogram ¶
Dendrogram represents a dendrogram of given `ward.Tree`.
func NewDendrogram ¶
func NewDendrogram(T ward.Tree) (*Dendrogram, error)
NewDendrogram creates a new dendrogram plotter for the given Tree.
func (*Dendrogram) DataRange ¶
func (d *Dendrogram) DataRange() (xmin, xmax, ymin, ymax float64)
DataRange implements the DataRange method of the plot.DataRanger interface with 5% padding.
Click to show internal directories.
Click to hide internal directories.