Get Dimensions of an Object (Methods for base R Generic)
Source:R/all_generic.R
, R/cluster_array.R
dim-methods.Rd
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).
Value
A numeric vector of dimensions. The length and interpretation of the vector depend on the specific class of `x`.
See also
base::dim
, specific methods like
dim,H5ParcellatedScan-method
(if defined and exported).
Other H5Cluster:
H5ParcellatedMultiScan-class
,
[,H5ParcellatedScan,ANY,ANY,ANY-method
,
[,H5ParcellatedScan,ANY,missing,ANY-method
,
as.data.frame()
,
as.matrix()
,
linear_access-methods
,
make_run_full()
,
make_run_summary()
,
series()
,
show,H5ParcellatedScan-method