EmptyMatrix {SeuratObject} | R Documentation |
Create empty 0x0 matrices of varying types
EmptyMatrix(repr = "C", type = "d")
repr |
Representation of empty matrix; choose from:
|
type |
Type of resulting matrix to return, choose from:
Note, when |
A 0x0 matrix of the specified representation and type
EmptyMatrix()
EmptyMatrix("spam")