Package: LinkedMatrix 1.4.0.9000

Alexander Grueneberg
LinkedMatrix: Column-Linked and Row-Linked Matrices
A class that links matrix-like objects (nodes) by rows or by columns while behaving similarly to a base R matrix. Very large matrices are supported if the nodes are file-backed matrices.
Authors:
LinkedMatrix_1.4.0.9000.tar.gz
LinkedMatrix_1.4.0.9000.zip(r-4.7)LinkedMatrix_1.4.0.9000.zip(r-4.6)LinkedMatrix_1.4.0.9000.zip(r-4.5)
LinkedMatrix_1.4.0.9000.tgz(r-4.6-any)LinkedMatrix_1.4.0.9000.tgz(r-4.5-any)
LinkedMatrix_1.4.0.9000.tar.gz(r-4.7-any)LinkedMatrix_1.4.0.9000.tar.gz(r-4.6-any)
LinkedMatrix_1.4.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
LinkedMatrix/json (API)
NEWS
| # Install 'LinkedMatrix' in R: |
| install.packages('LinkedMatrix', repos = c('https://quantgen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/quantgen/linkedmatrix/issues
Last updated from:01834a8b57. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 174 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 150 | ||
| macos-oldrel-arm64 | OK | 127 | ||
| windows-devel | OK | 94 | ||
| windows-release | OK | 84 | ||
| windows-oldrel | OK | 128 | ||
| wasm-release | OK | 107 |
Exports:as.ColumnLinkedMatrixas.RowLinkedMatrixColumnLinkedMatrixindexinitializeLinkedMatrixnNodesnodesRowLinkedMatrixshow
Dependencies:crochet
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Column-Linked and Row-Linked Matrices | LinkedMatrix-package |
| Converts an Object to a LinkedMatrix Object | as.ColumnLinkedMatrix as.ColumnLinkedMatrix.list as.RowLinkedMatrix as.RowLinkedMatrix.list |
| Converts a LinkedMatrix Instance to a Matrix (if Small Enough) | as.matrix.LinkedMatrix |
| Combine Matrix-Like Objects by Columns or Rows | cbind.ColumnLinkedMatrix rbind.RowLinkedMatrix |
| Create a LinkedMatrix Object | ColumnLinkedMatrix RowLinkedMatrix |
| A Class for Linking Matrices by Columns or Rows | ColumnLinkedMatrix-class RowLinkedMatrix-class |
| Maps Each Column or Row Index of a Linked Matrix to the Column or Row Index of Its Corresponding Node | index |
| Create an Empty, Prespecified LinkedMatrix Object | LinkedMatrix |
| A Class Union of ColumnLinkedMatrix and RowLinkedMatrix | initialize,LinkedMatrix-method LinkedMatrix-class show,LinkedMatrix-method |
| Returns the Number of Nodes | nNodes |
| Returns the Column or Row Indexes at Which Each Node Starts and Ends | nodes |