WRowBind {wheatmap} | R Documentation |
row bind non-overlapping objects
WRowBind(..., nr = NULL, nc = NULL)
... |
plotting objects |
nr |
number of rows |
nc |
number of columns |
an object of class WDim
WHeatmap(matrix(rnorm(2000),nrow=40),name='a') +
WHeatmap(matrix(rnorm(30), nrow=3), Beneath(),name='b') +
WColorBarV(1:10, LeftOf(WRowBind('a','b')))