GetSurfAreas: GetSurfAreas - Get computed size of connected surface...

Description Usage Arguments Examples

View source: R/GetSurfAreas.R

Description

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.

Usage

1
GetSurfAreas(metric_data, surf_file, matlab_path, surf_command)

Arguments

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

Examples

1
component_sizes <- GetSurfAreas(metric_data,surf_file,matlab_path,surf_command)

DCAN-Labs/MarginalModelCIFTI documentation built on Nov. 30, 2021, 3:40 p.m.