makeVector {neuroim}R Documentation

makeVector

Description

Construct a BrainVector instance, using default (dense) implementation

Usage

makeVector(data, refdata, source = NULL, label = "")

Arguments

data

a four-dimensional array

refdata

an instance of class BrainVector or BrainVolume containing the reference space for the new vector.

source

an instance of class BrainSource

label

a character string

Value

DenseBrainVector instance


[Package neuroim version 0.0.6 Index]