LogicalBrainVolume-class {neuroim}R Documentation

LogicalBrainVolume

Description

Three-dimensional brain image where all values are either TRUE or FALSE

Construct a LogicalBrainVolume instance

Usage

LogicalBrainVolume(data, space, source = NULL, label = "", indices = NULL)

Arguments

data

a three-dimensional array, a 1D vector with length equal to prod(dim(space)), or a set of indices where elements are TRUE

space

an instance of class BrainSpace

source

an instance of class BrainSource

label

a character string

indices

an optional 1-d index vector

Value

LogicalBrainVolume instance


[Package neuroim version 0.0.6 Index]