Kernel {neuroim} | R Documentation |
Create a Kernel object
Kernel(kerndim, vdim, FUN = dnorm, ...)
kerndim |
the dimensions in voxels of the kernel |
vdim |
the dimensions of the voxels in real units |
FUN |
the kernel function taking as its first argument representing the distance from the center of the kernel |
... |
additional parameters to the kernel FUN |