[R] Change font type for rows on Heatmap

2010-10-06 Thread Ben Huas Thong
Hi, I would like to change the font type (to courier) of my rows labels when I plot a heatmap with R. I have used cexRow=0.7 to modify the size but didn't find anything regarding font type. heatmap(as.matrix(cebpa50), margins=c(5,10) , Colv=NA , scale=column, col=col4, cexRow=0.7)

Re: [R] Change font type for rows on Heatmap

2010-10-06 Thread David Winsemius
On Oct 6, 2010, at 5:04 AM, Ben Huas Thong wrote: Hi, I would like to change the font type (to courier) of my rows labels when I plot a heatmap with R. I have used cexRow=0.7 to modify the size but didn't find anything regarding font type. heatmap(as.matrix(cebpa50), margins=c(5,10) ,