Skip to contents

These methods retrieve the dimensions of `fmristore` specific objects, implementing the S4 generic function dim from the `base` package.

For objects that represent neuroimaging data, this typically returns a numeric vector indicating the size of each dimension (e.g., X, Y, Z, Time).

Usage

# S4 method for class 'H5ParcellatedScan'
dim(x)

Arguments

x

An object for which a `dim` method is defined.

Value

A numeric vector of dimensions. The length and interpretation of the vector depend on the specific class of `x`.