GaussSmoothKernel {TCIU} | R Documentation |
GaussSmoothKernel
Description
An internal function named GaussSmoothKernel. Original from AnalyzeFMRI package
Usage
GaussSmoothKernel(voxdim = c(1, 1, 1), ksize = 5, sigma = diag(3, 3))
Arguments
voxdim |
Dimensions of each voxel. |
ksize |
Dimensions of the discrete kernel size. |
sigma |
The covariance matrix of the Gaussian kernel. |
Value
a 3 dimensional array with size = (ksize, ksize, ksize)
[Package TCIU version 1.2.6 Index]