Skip to contents

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 'H5ClusterRunSummary'
as.matrix(x)

Arguments

x

An object for which a `as.matrix` method is defined.

...

Additional arguments passed to specific as.matrix methods.