WRowBind: row bind non-overlapping objects

View source: R/bind.R

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

wheatmap documentation built on March 18, 2022, 6:43 p.m.