powered by
row bind non-overlapping objects
WRowBind(..., 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), Beneath(),name='b') + WColorBarV(1:10, LeftOf(WRowBind('a','b'))) # }
Run the code above in your browser using DataLab