cumulate_matrix {matrixdist} | R Documentation |
Cumulate matrix
Description
Creates a new matrix with entries the cumulated rows of A
.
Usage
cumulate_matrix(A)
Arguments
A |
A matrix. |
Value
The cumulated matrix.
[Package matrixdist version 1.1.9 Index]