Without using any in-built functions, I am manually creating a Dendrogram.
I can manually create a node if it's child nodes are a leaf. But how do I link/refer to/find an internal node I have made, and make it a child node of another?
I have which observations should be in the "already created" node, I just don't get how I can refer to it if were in a function.