lookup {neuroim}R Documentation

Index Lookup operation

Description

Index Lookup operation

lookup

Usage

lookup(x, i, ...)

## S4 method for signature 'SparseBrainVector,numeric'
lookup(x, i)

## S4 method for signature 'IndexLookupVolume,numeric'
lookup(x, i)

Arguments

x

the object to query

i

the index to lookup

...

additional arguments


[Package neuroim version 0.0.6 Index]