Generalized Array Arithmetic for Ragged Arrays with Named Margins
Combine generalized arrays
Mapping matching dimension of arrays with a function
Generalized array multiplication.
General array transposition
Generalized and smart apply()/Reduce()/tapply() for data folding.
Coerce to a Data Frame
Generalized array's sweep() for data cleaning.
Dimensions of a generalized array
garray: Generalized Array Arithmetic for Ragged Arrays with Named Marg...
Generalized and smart array
Function composition operator
The margins and dimensions of a generalized array object
Print Values
Parallel summary, inspired by pmax() and pmin().
Read a complex table and return array in basic storagemode.
Subdimensions of an array
Indexing for the garray class
Organize a so-called ragged array as generalized arrays, which is simply an array with sub-dimensions denoting the subdivision of dimensions (grouping of members within dimensions). By the margins (names of dimensions and sub-dimensions) in generalized arrays, operators and utility functions provided in this package automatically match the margins, doing map-reduce style parallel computation along margins. Generalized arrays are also cooperative to R's native functions that work on simple arrays.