[Rd] Request: making cutree S3 in R?
Tal Galili
tal.galili at gmail.com
Sat Jun 6 12:44:23 CEST 2015
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]]
More information about the R-devel
mailing list