WColumnBind {wheatmap}R Documentation

column bind non-overlapping objects

Description

column bind non-overlapping objects

Usage

WColumnBind(..., 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), RightOf(),name='b') +
  WColorBarH(1:10, TopOf(WColumnBind('a','b')))

[Package wheatmap version 0.2.0 Index]