as.matrix-methods: convert a 'NeuroVec' to a matrix

as.matrix,MappedNeuroVec-methodR Documentation

convert a NeuroVec to a matrix

Description

convert a NeuroVec to a matrix

convert a ROIVec to a matrix

Convert to Matrix

Usage

## S4 method for signature 'MappedNeuroVec'
as.matrix(x)

## S4 method for signature 'NeuroVec'
as.matrix(x)

## S4 method for signature 'NeuroVec'
as.matrix(x)

## S4 method for signature 'DenseNeuroVec'
as.matrix(x)

## S4 method for signature 'ROIVec'
as.matrix(x)

## S4 method for signature 'SparseNeuroVec'
as.matrix(x, ...)

Arguments

x

The object to convert to a matrix

...

Additional arguments

Value

A matrix representation of the object


bbuchsbaum/neuroim2 documentation built on Feb. 26, 2025, 3:49 p.m.