WColumnBind: column bind non-overlapping objects

View source: R/bind.R

WColumnBindR 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')))

zwdzwd/wheatmap documentation built on March 17, 2022, 10:49 p.m.