Description Usage Arguments Value Examples
View source: R/fsl_smoothest.R
Smoothness Estimation using smoothest
1 2 3 4 5 6 7 8 9  | fsl_smoothest(
  file,
  residual_image,
  z_image,
  dof = NULL,
  opts = "",
  verbose = TRUE,
  ...
)
 | 
file | 
 filename of input brain mask  | 
residual_image | 
 4d residual image.  If specified, then
  | 
z_image | 
 z-statistic image.  Cannot be specified if 
  | 
dof | 
 number of degrees of freedom  | 
opts | 
 (character) operations to be passed to   | 
verbose | 
 (logical) print out command before running  | 
... | 
 additional arguments to pass to   | 
An output of smoothness estimate
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.