search for: maxcorescatt

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

Did you mean: maxcorescatter
2013 Feb 26
1
cutreeDynamic error
...olor"))) Then I clustered using DIANA dd.diana<-diana(dd.daisy) I am trying 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.") :...
2013 Feb 25
0
Argument dendro must have class hclust - cutreeDynamic error
...A dd.diana<-diana(dd.daisy) I am trying 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("Ar...