arrayBlocks: Blocks information of tables with dimension >= 3.

Description Usage Arguments Value Author(s) Examples

Description

Blocks information of tables with dimension >= 3.

Usage

1

Arguments

table

A sample of data with dimensions >= 3, can be a matrix, an array or a table.

Value

a list of block names and dimension infomation to call each block.

Author(s)

R. Wayne Oldford and Xiaomei Yu

Examples

1
2
3
4
Titanic
arrayBlocks(Titanic)
Titanic[,,1,1] # the first row of $blockTablecom correponds to the first block
Titanic[,,1,2] # the third row of $blockTablecom correponds to the third block

rwoldford/tidy-table documentation built on May 12, 2019, 4:38 a.m.