imagesort {rafalib} | R Documentation |
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 |
Author(s)
Michael I. Love
Examples
x <- replicate(4,sample(0:1,40,TRUE))
imagesort(x)
[Package rafalib version 1.0.0 Index]