WColumnBind | R Documentation |
column bind non-overlapping objects
WColumnBind(..., 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), RightOf(),name='b') + WColorBarH(1:10, TopOf(WColumnBind('a','b')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.