column {Corbi} | R Documentation |
Extract a specified column from a sparse matrix rapidly
column(m, i)
m |
The matrix |
i |
The column index |
This function implements faster column extraction algorithm for the
CsparseMatrix
class in the package Matrix.
This function will return the specified column as a vector of corresponding type.