mergeListKeepDimensions: Funciton used for merging data stored in a list, where each...

View source: R/mergeListKeepDimensions.R

mergeListKeepDimensionsR Documentation

Funciton used for merging data stored in a list, where each list element contains data from one file

Description

Funciton used for merging data stored in a list, where each list element contains data from one file

Usage

mergeListKeepDimensions(x, pad = TRUE, add1 = FALSE, split = TRUE)

Arguments

x

is a list containing some data that should be merged, and that preferably has equal dimension up to the last one (which might be missing). If not equal in dimension, 'pad' can be set to TRUE to pad with missing values.

pad

is TRUE to pad with missing values to make the list elements fit in the dimension up to the last dimension.

add1

Logical: if TRUE, add one empty dimension to all elements of the data.

split

Logical: if TRUE, split each list element to have last dimenstion equal to 1.


arnejohannesholmin/TSD documentation built on April 14, 2024, 5:29 a.m.