Given a clusterpath data frame, cut it at a certain number of clusters and return the tree up to that point
## S3 method for class 'clusterpath' cut(x, k, ...)
x
k
...
Toby Dylan Hocking