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.
Version: | 0.1.0 |
Imports: | geometries, Rcpp |
LinkingTo: | geometries, Rcpp |
Suggests: | covr, sfheaders, tinytest |
Published: | 2020-10-29 |
Author: | David Cooley [aut, cre], Mapbox [cph] (author of header library earcut.hpp) |
Maintainer: | David Cooley <david.cooley.au at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | README |
CRAN checks: | interleave results |
Reference manual: | interleave.pdf |
Package source: | interleave_0.1.0.tar.gz |
Windows binaries: | r-devel: interleave_0.1.0.zip, r-release: interleave_0.1.0.zip, r-oldrel: interleave_0.1.0.zip |
macOS binaries: | r-release: interleave_0.1.0.tgz, r-oldrel: not available |
Please use the canonical form https://CRAN.R-project.org/package=interleave to link to this page.