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.5)LinkedMatrix_1.4.0.9000.zip(r-4.4)LinkedMatrix_1.4.0.9000.zip(r-4.3)
LinkedMatrix_1.4.0.9000.tgz(r-4.4-any)LinkedMatrix_1.4.0.9000.tgz(r-4.3-any)
LinkedMatrix_1.4.0.9000.tar.gz(r-4.5-noble)LinkedMatrix_1.4.0.9000.tar.gz(r-4.4-noble)
LinkedMatrix_1.4.0.9000.tgz(r-4.4-emscripten)LinkedMatrix_1.4.0.9000.tgz(r-4.3-emscripten)
LinkedMatrix.pdf |LinkedMatrix.html✨
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 5 years agofrom:01834a8b57. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
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 |