ReconstituteData: Reconstitute Data

View source: R/04_Partition_Data.R

ReconstituteDataR Documentation

Reconstitute Data

Description

Reassembles a data matrix from the list returned by PartitionData, restoring the original row order and dimension names.

Usage

ReconstituteData(split_data)

Arguments

split_data

List returned by PartitionData.

Value

Numeric matrix with the same dimensions and row order as the original data passed to PartitionData.


MGMM documentation built on Feb. 27, 2026, 1:07 a.m.