Learn R Programming

SeuratObject (version 5.0.2)

IsSparse: Is a Matrix Sparse

Description

Is a Matrix Sparse

Usage

IsSparse(x)

Value

...

Arguments

x

A matrix

See Also

.SparseSlots(), RegisterSparseMatrix()

Examples

Run this code
IsSparse(matrix())
IsSparse(LayerData(pbmc_small, "counts"))

Run the code above in your browser using DataLab