Displaying 2 results from an estimated 2 matches for "cellnote".
Did you mean:
_elfnote
2009 Jul 21
1
problem with heatmap.2 in package gplots generating non-finite breaks
...age.default(z = matrix(z, ncol = 1), col = col, breaks = tmpbreaks, xaxt
Selection: 2
Called from: eval(expr, envir, enclos)
Browse[1]> heatmap.func.R
Error during wrapup: object 'heatmap.func.R' not found
Browse[1]> ls()
[1] "add.expr" "breaks" "cellnote" "cexCol"
[5] "cexRow" "col" "colInd" "colsep"
[9] "ColSideColors" "Colv" "ddc" "ddr"
[13] "dendrogram" "densadj" "densc...
2004 Oct 14
2
Problem with R version 2.0.0 (and patched)
....alln,use="pairwise.complete.obs")
hm<-heatmap.2(mat,symm=T)
HM<-format(round(mat[hm[[1]],hm[[2]]],2))
library(RColorBrewer)
brewer.pal(10,"Spectral")->mp
heatmap.2(mat, symm = TRUE, col = mp,
trace='none',breaks=seq(-1,1,.2),rowsep=5,
cellnote=HM,notecex=.6,notecol='black' )
If I repeat 5 times the heatmap command, I get what can be called a "crash"
of the Rgui. A little Microsoft dialog box appears telling that a problem
has occured and that I should send the error report (AppName:
rgui.exe AppVer: 2.0.41004.0...