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.2 |
Depends: | R (≥ 3.0.2) |
Imports: | Rcpp |
LinkingTo: | geometries (≥ 0.2.4), Rcpp |
Suggests: | covr, sfheaders, tinytest |
Published: | 2024-01-17 |
DOI: | 10.32614/CRAN.package.interleave |
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 |
Materials: | README NEWS |
CRAN checks: | interleave results |
Reference manual: | interleave.pdf |
Package source: | interleave_0.1.2.tar.gz |
Windows binaries: | r-devel: interleave_0.1.2.zip, r-release: interleave_0.1.2.zip, r-oldrel: interleave_0.1.2.zip |
macOS binaries: | r-release (arm64): interleave_0.1.2.tgz, r-oldrel (arm64): interleave_0.1.2.tgz, r-release (x86_64): interleave_0.1.2.tgz, r-oldrel (x86_64): interleave_0.1.2.tgz |
Old sources: | interleave archive |
Reverse linking to: | mapdeck, spatialwidget |
Please use the canonical form https://CRAN.R-project.org/package=interleave to link to this page.