shape_mat_wide: Convert long format matrix to wide.

View source: R/shape_mat_long.R

shape_mat_wideR Documentation

Convert long format matrix to wide.

Description

Convert long format matrix to wide.

Usage

shape_mat_wide(x)

Arguments

x

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

Value

Wide format version of x.


ggcorrheatmap documentation built on Aug. 25, 2025, 1:11 a.m.