These methods convert `fmristore` specific objects to matrices,
implementing the S4 generic function as.matrix from the `base` package.
Usage
as.matrix(x, ...)
# S4 method for class 'H5ParcellatedScanSummary'
as.matrix(x)
Arguments
- x
An object for which a `as.matrix` method is defined.
- ...
Additional arguments passed to specific as.matrix methods.
See also
Other H5Cluster:
H5ParcellatedMultiScan-class,
[,H5ParcellatedScan,ANY,ANY,ANY-method,
[,H5ParcellatedScan,ANY,missing,ANY-method,
as.data.frame(),
dim(),
linear_access-methods,
make_run_full(),
make_run_summary(),
series(),
show,H5ParcellatedScan-method