The R Project SVN R

Rev

Rev 68948 | Rev 85953 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 72321
Line 145... Line 145...
145
## no column dendrogram (nor reordering) at all:
145
## no column dendrogram (nor reordering) at all:
146
heatmap(x, Colv = NA, col = cm.colors(256), scale = "column",
146
heatmap(x, Colv = NA, col = cm.colors(256), scale = "column",
147
        RowSideColors = rc, margins = c(5,10),
147
        RowSideColors = rc, margins = c(5,10),
148
        xlab = "specification variables", ylab =  "Car Models",
148
        xlab = "specification variables", ylab =  "Car Models",
149
        main = "heatmap(<Mtcars data>, ..., scale = \"column\")")
149
        main = "heatmap(<Mtcars data>, ..., scale = \"column\")")
150
\testonly{
150
\dontshow{
151
## no row dendrogram (nor reordering) at all:
151
## no row dendrogram (nor reordering) at all:
152
heatmap(x, Rowv = NA, col = cm.colors(256), scale = "column",
152
heatmap(x, Rowv = NA, col = cm.colors(256), scale = "column",
153
        ColSideColors = cc, margins = c(5,10),
153
        ColSideColors = cc, margins = c(5,10),
154
        xlab = "xlab", ylab =  "ylab")  # no main
154
        xlab = "xlab", ylab =  "ylab")  # no main
155
}
155
}