seedClass {DelayedMatrixStats}R Documentation

Get the class of the seed of a DelayedArray

Description

Get the class of the seed of a DelayedArray

Usage

seedClass(x)

Arguments

x

A DelayedArray::DelayedArray.

Value

The class of the seed of the DelayedArray::DelayedArray object.

Note

Can't use class(seed(x)) because seed(x) will return an error if the seed is a DelayedArray::DelayedOp.


[Package DelayedMatrixStats version 1.6.0 Index]