search for: dendrogramgrob_covariates_example

Displaying 1 result from an estimated 1 matches for "dendrogramgrob_covariates_example".

2012 Apr 03
0
dendrogramGrob cuts off dendrograms (latticeExtra)
...FALSE, + legend = list( + right = list( + fun = latticeExtra::dendrogramGrob, + args = list( + x = dd, + ord = order.dendrogram(dd), + side = "right", + size = 2.5, + size.add = 1, + add = covariates, + type = "rectangle" + ) + ) + ) + ); In the resulting plot (attached as 'dendrogramGrob_covariates_example.png'), the bottom branches of the dendrogram are indistinguishable from the edge of the covariate bar. I've been able to solve the problem by using my own version of dendrogramGrob that inserts a narrow extra grid column between the bar and the dendrogram in order to add whitespace (attach...