WRowBind | 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')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.