Learn R Programming

ggcorrheatmap (version 0.1.2)

shape_mat_wide: Convert long format matrix to wide.

Description

Convert long format matrix to wide.

Usage

shape_mat_wide(x)

Value

Wide format version of x.

Arguments

x

Long format matrix as obtained from 'shape_mat_long' (contains columns named 'row', 'col', and 'value').