Learn R Programming

ivdoctr (version 1.0.1)

toList: Convert 3-d array to list of matrixes

Description

Convert 3-d array to list of matrixes

Usage

toList(myArray)

Arguments

myArray

A three-dimensional numeric array.

Value

A list of numeric matrices.