ggplot heatmap

ggimage(data, no.names = FALSE, order = NULL)

Arguments

data

Input matrix.

no.names

Boolean controlling the display of variable names and ticks.

order

Defines a specific display order of the heatmap's rows.

Value

A heatmap of the input data

Examples

Sigma=generate_missing_data(n=100,p=10,r=1,type="scale-free", plot=FALSE)$Sigma ggimage(Sigma)