Learn R Programming

ggcorrheatmap (version 0.1.2)

layout_hm: Layout heatmap data for plotting

Description

Layout heatmap data for plotting

Usage

layout_hm(x, layout = "f", na_remove = FALSE)

Value

Long format data for plotting.

Arguments

x

Matrix to plot.

layout

Layout (full, triangular (topleft, topright, bottomleft, bottomright)).

na_remove

Logical indicating if NAs should be removed.