pervertexdata.smoothnn.compute.fwhm | R Documentation |
Compute expected FWHM from given number of neighborhood smoothing iterations.
pervertexdata.smoothnn.compute.fwhm(surface, niters, is_template)
surface |
an |
niters |
positive integer, the nn iteration count |
is_template |
logical, whether the surface belongs to a template subject |
double, the expected FWHM
This function has been adapted from FreeSurfer and it is subject to the FreeSurfer software license.
## Not run:
spherical_surface = subject.surface(fsaverage.path(), "fsaverage3", surface="sphere", hemi="lh");
fsbrain:::pervertexdata.smoothnn.compute.fwhm(spherical_surface, 5L);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.