Displaying 1 result from an estimated 1 matches for "hcobj".
Did you mean:
ncobj
2011 Feb 07
1
Creating a list of lists / hclust elements
Dear group,
I am currently struggling with the following problem for a while:
I want to create a list whose elements consists of lists themselves.
More concise: The list elements are HCLUST objects. However, when I
try to append the HCLUST objects to my list via:
cluster_list <- append(cluster_list, HCLUSTobject)
the HCLUST object is appended - but not as an object but as its
components. So