orthBase {rSWeeP} | R Documentation |
lin
, col
)Generate a orthonormal matrix in a specified
size, lin
by col
.
orthBase(lin, col)
lin |
Number of rows in the desired matrix |
col |
Number of columns in the desired matrix |
A orthonormal matrix in a specified size, lin
by col
.
Danrley R. Fernandes.
orthBase(160000, 10) lin <- 160000 col <- 10 orthBase(lin = lin, col = col)