DenseBrainVector-class {neuroim}R Documentation

DenseBrainVector

Description

Four-dimensional brain image, backed by an array

constructor function for class DenseBrainVector

Usage

DenseBrainVector(data, space, source = NULL, label = "")

Arguments

data

a 4-dimensional array or a 2-dimension matrix that is either nvoxels by ntime-points or ntime-points by nvoxels

space

a BrainSpace object

source

an optional BrainSource object

label

a label of type character

Value

DenseBrainVector instance


[Package neuroim version 0.0.6 Index]