Description Usage Arguments Value Author(s) See Also Examples
View source: R/f.gaussian.spatial.smoothing.functions.R
Applies a stationary Gaussian spatial smoothing kernel to a 3D or 4D array.
1 2 |
x |
The array to be smoothed. |
voxdim |
The dimensions of the volume elements (voxel) that make up the array. |
ksize |
The dimensions (in number of voxels) of the 3D discrete smoothing kernel used to smooth the array. |
sigma |
The covariance matrix of the 3D Gaussian smoothing kernel. This matrix doesn't have to be non-singular; zero on the diagonal of sigma indicate no smoothing in that direction. |
mask |
A 3D 0-1 mask that delimits where the smoothing occurs. |
var.norm |
Logical flag indicating whether to normalize the variance of the smoothed array. |
The smoothed array is returned.
J. L. Msrchini
1 2 3 4 5 6 |
Loading required package: R.matlab
R.matlab v3.6.2 (2018-09-26) successfully loaded. See ?R.matlab for help.
Attaching package: 'R.matlab'
The following objects are masked from 'package:base':
getOption, isOpen
Loading required package: fastICA
Loading required package: tcltk
Loading required package: tkrplot
Warning messages:
1: no DISPLAY variable so Tk is not available
2: loading Rplot failed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.