package
1.0.2
Repository: https://github.com/knightjdr/hclust.git
Documentation: pkg.go.dev

# Functions

AddNodes adds numbered nodes to a dendrogram and converts distances between leafs to branch lengths.
Create generates a newick tree in string format and returns the order of the clustering.
Descend descends down a tree and iterates over subnodes to find leaf order and create newick strings.

# Structs

Level is for building the newick array and leaf order at the level of the current node.
Tree references a tree in newick format and the leaf order.