.getDiagonalIndex {genBaRcode} | R Documentation |
Index Generation
Description
Generates a matrix index to create a square triangular matrix.
Usage
.getDiagonalIndex(n)
Arguments
n |
an integer indicating the size of the resulting index matrix. |
Value
a locigal matrix of size n
x n
[Package genBaRcode version 1.2.7 Index]