Learn R Programming

simts (version 0.2.2)

field_to_matrix: Transform an Armadillo field<vec> to a matrix

Description

Unlists vectors in a field and places them into a matrix

Usage

field_to_matrix(x)

Value

A mat containing the field elements within a column.

Arguments

x

A field<vec>.

Author

JJB