# NOT RUN {
WHeatmap(matrix(rnorm(2000),nrow=40)) +
WHeatmap(matrix(c(rnorm(100)+1,rnorm(100)), nrow=10),
cmp=CMPar(brewer.name = 'RdGy'), TopRightOf(just=c('left','bottom')))
WHeatmap(matrix(rnorm(2000),nrow=40)) +
WHeatmap(matrix(c(rnorm(100)+1,rnorm(100)), nrow=10),
cmp=CMPar(brewer.name = 'RdGy'), TopRightOf(just=c('right','top')))
WHeatmap(matrix(rnorm(2000),nrow=40)) +
WHeatmap(matrix(c(rnorm(100)+1,rnorm(100)), nrow=10),
cmp=CMPar(brewer.name = 'RdGy'), TopRightOf(just=c('left','top')))
# }
Run the code above in your browser using DataLab