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