search for: maxdisttolabel

Displaying 2 results from an estimated 2 matches for "maxdisttolabel".

2013 Feb 26
1
cutreeDynamic error
...to cutreeDynamic {dynamicTreeCut} as follows cutreeDynamic(dd.diana, cutHeight = 2, minClusterSize = 1, method = "hybrid",+ distM = dd.daisy,+ deepSplit = (ifelse(method=="hybrid", 1, FALSE)),+ maxCoreScatter = NULL, minGap = NULL,+ maxAbsCoreScatter = NULL, minAbsGap = NULL,+ maxDistToLabel = cutHeight,+ respectSmallClusters = TRUE, + verbose = 2, indent = 0) But get the following error: Warning in if (class(dendro) != "hclust") stop("Argument dendro must have class hclust.") : the condition has length > 1 and only the first element will be usedError in cutree...
2013 Feb 25
0
Argument dendro must have class hclust - cutreeDynamic error
...cutHeight = 2, minClusterSize = 1, method = "hybrid",+ distM = dd.daisy,+ deepSplit = (ifelse(method=="hybrid", 1, FALSE)),+ maxCoreScatter = NULL, minGap = NULL,+ maxAbsCoreScatter = NULL, minAbsGap = NULL,+ maxDistToLabel = cutHeight,+ respectSmallClusters = TRUE, + verbose = 2, indent = 0) But get the following error: Warning in if (class(dendro) != "hclust") stop("Argument dendro must have class hclust.") : the condition has length > 1 and only the first element will b...