Learn R Programming

wheatmap (version 0.2.0)

ly: show layout

Description

show layout

Usage

ly(x)

Arguments

x

plot

Examples

Run this code
# NOT RUN {
ly(
  WHeatmap(matrix(rnorm(2000),nrow=40)) +
  WHeatmap(matrix(rnorm(2000),nrow=40), cmp=CMPar(brewer.name = 'RdBu'),
    BottomRightOf(just=c('left','top'))))
# }

Run the code above in your browser using DataLab