factorMerger icon indicating copy to clipboard operation
factorMerger copied to clipboard

Cluster coloring with non-equidistant nodes

Open durszlaczek opened this issue 8 years ago • 2 comments
trafficstars

There is a bug in the coloring (plot.factorMerger with the argument statistic = "p-value"). See below: image

Needs to be fixed.

durszlaczek avatar Jul 30 '17 16:07 durszlaczek

is it fixed? If not how I can replicate this bug?

pbiecek avatar Dec 03 '17 22:12 pbiecek

Unfortunately it's not fixed yet. Have a look

set.seed(13)
numVec <- rnorm(100)
facVec <- rep(letters[1:10], 10)
fm <- mergeFactors(numVec,
                   facVec,
                   method = 'fast-fixed')

plot(fm, panel = 'tree', statistic = 'p-value')

durszlaczek avatar Dec 04 '17 21:12 durszlaczek