Hello all,

A question/suggestion:

I was wondering if there is a chance of changing stats::cutree to be S3 and
use cutree.hclust?

For example:

cutree <- function(tree, k = NULL, h = NULL,...)
{
  UseMethod("cutree")
}

cutree.hclust <- stats::cutree
# This will obviously need the actual content of stats::cutree


This would be nicer for people like me to add new methods to cutree. For
example the cutree.dendrogram function
<https://github.com/talgalili/dendextend/blob/master/R/cutree.dendrogram.R> I
implemented in dendextend,



With regards,
Tal

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to