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

View source: R/RcppExports.R

field_to_matrixR Documentation

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)

Arguments

x

A field<vec>.

Value

A mat containing the field elements within a column.

Author(s)

JJB

Examples

x=rnorm(100)

SMAC-Group/gmwm documentation built on June 10, 2025, 6:10 a.m.