aMerge: Array Mergeing

View source: R/arrays-core.R

aMergeR Documentation

Array Mergeing

Description

Merge a list of arrays

Usage

aMerge(l, varname = "Source", fdims = NULL)

Arguments

l

A list of arrays

varname

The name to be given to the variable that contains the array source

fdims

The dimensions for the final array, minus the array source. In case this argument is not provided, summation is performed over dimensions not present in at least one array, then all indices present in at least one array are included.

Value

An agregated array


GuillaumeBiessy/arrays documentation built on Dec. 23, 2024, 3:23 a.m.