Kernel {neuroim}R Documentation

Create a Kernel object

Description

Create a Kernel object

Usage

Kernel(kerndim, vdim, FUN = dnorm, ...)

Arguments

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


[Package neuroim version 0.0.6 Index]