ggimage: ggplot heatmap

Description Usage Arguments Value Examples

View source: R/Visualize.R

Description

ggplot heatmap

Usage

1
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

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

Rmomal/nestor documentation built on Dec. 16, 2020, 7:54 p.m.