interleave: Converts Tabular Data to Interleaved Vectors

Converts matrices and lists of matrices into a single vector by interleaving their values. That is, each element of the result vector is filled from the input matrices one row at a time. This is the same as transposing a matrix, then removing the dimension attribute, but is designed to operate on matrices in nested list structures.

Getting started

Package details

AuthorDavid Cooley [aut, cre], Mapbox [cph] (author of header library earcut.hpp)
MaintainerDavid Cooley <david.cooley.au@gmail.com>
LicenseMIT + file LICENSE
Version0.1.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("interleave")

Try the interleave package in your browser

Any scripts or data that you put into this service are public.

interleave documentation built on May 29, 2024, 11:56 a.m.