map {neuroim}R Documentation

Generic function to apply a function to an object

Description

Generic function to apply a function to an object

apply a kernel function to a BrainVolume

Usage

map(x, m, ...)

## S4 method for signature 'BrainVolume,Kernel'
map(x, m, mask = NULL)

Arguments

x

the object that is mapped

m

the mapping object

...

additional arguments

mask

restrict application of kernel to maksed area


[Package neuroim version 0.0.6 Index]