map {neuroim} | R Documentation |
Generic function to apply a function to an object
apply a kernel function to a BrainVolume
map(x, m, ...)
## S4 method for signature 'BrainVolume,Kernel'
map(x, m, mask = NULL)
x |
the object that is mapped |
m |
the mapping object |
... |
additional arguments |
mask |
restrict application of kernel to maksed area |