Learn R Programming

rafalib (version 1.0.0)

imagesort: image with sorted rows

Description

the rows are sorted such that the first column has 2 blocks, the second column has 4 blocks, etc. see example("imagesort")

Usage

imagesort(x, col = c("white", "black"), ...)

Arguments

x
a matrix of 0s and 1s
col
the colors of 0 and 1
...
arguments to heatmap

Examples

Run this code
x <- replicate(4,sample(0:1,40,TRUE))
imagesort(x)

Run the code above in your browser using DataLab