Displaying 1 result from an estimated 1 matches for "hmrf".
Did you mean:
hmpf
2006 Feb 02
0
Heatmap.2 axes question
...quot; "
But I'd like to annotate them again using the axis command:
axis(1, at=seq(500, 1000, 500))
mtext("Group 1", "Group 2")
For some reason however it appears that the axis command is having no
effect. My complete code is:
hv <- heatmap.2(hmrf, Rowv=1:nrow(hmrf), Colv=1:ncol(hmrf), symm=TRUE,
margin=c(6, 6), trace="none", col=terrain.colors(256),
main = "Heatmap: Respondent Proximities", tracecol="red",
dendrogram="none", colsep=c(398, 811),
rowsep=c(398, 811)...