Description Usage Arguments Examples
This function will compute the size of connected components in statistical surfaces. Unfortunately, this function requires a compiled matlab package, SurfConnectivity. Contact Eric Feczko to get the package.
1 | GetSurfAreas(metric_data, surf_file, matlab_path, surf_command)
|
metric_data |
A numeric array containing only binary values (e.g. 0;1) |
surf_file |
A character string representing the path to the surface file |
matlab_path |
A character string representing the path to the matlab compiler |
surf_command |
A character string representing the path to the compiled surface command |
1 | component_sizes <- GetSurfAreas(metric_data,surf_file,matlab_path,surf_command)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.