imagesort: image with sorted rows

View source: R/imagesort.R

imagesortR 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)


rafalib documentation built on April 11, 2025, 5:51 p.m.

Related to imagesort in rafalib...