Learn R Programming

Momocs (version 0.2-6)

l2a: Converts a list of coordinates to an array.

Description

l2a converts a list of k matrices with n-rows and n-col matrices to a m x n x k array.

Usage

l2a(l)

Arguments

l
A list of matrices of the same dimension.

Value

  • An array of coordinates.

See Also

a2l.

Examples

Run this code
data(gorf.dat)
l <- a2l(gorf.dat)
a <- l2a(l)
A.plot(a)

Run the code above in your browser using DataLab