Learn R Programming

wheatmap (version 0.2.0)

WColumnBind: 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

Run this code
# NOT RUN {
WHeatmap(matrix(rnorm(2000),nrow=40),name='a') +
  WHeatmap(matrix(rnorm(30), nrow=3), RightOf(),name='b') +
  WColorBarH(1:10, TopOf(WColumnBind('a','b')))
# }

Run the code above in your browser using DataLab