powered by
column bind non-overlapping objects
WColumnBind(..., nr = NULL, nc = NULL)
plotting objects
number of rows
number of columns
an object of class WDim
# NOT RUN { WHeatmap(matrix(rnorm(2000),nrow=40),name='a') + WHeatmap(matrix(rnorm(30), nrow=3), RightOf(),name='b') + WColorBarH(1:10, TopOf(WColumnBind('a','b'))) # }
Run the code above in your browser using DataLab