EmptyMatrix {SeuratObject} | R Documentation |
Empty Matrices
Description
Create empty 0x0 matrices of varying types
Usage
EmptyMatrix(repr = "C", type = "d")
Arguments
repr |
Representation of empty matrix; choose from:
|
type |
Type of resulting matrix to return, choose from:
Note, when |
Value
A 0x0 matrix of the specified representation and type
See Also
Examples
EmptyMatrix()
EmptyMatrix("spam")
[Package SeuratObject version 5.0.2 Index]