mni.read.vertstats.column: Read a column from a vertstats file

Description Usage Arguments Details Value Author(s) Examples

View source: R/vertex_glim.R

Description

Uses a shell command to read a column from a vertstats file.

Usage

1
column <- mni.read.vertstat.column(filename, column.name=NULL)

Arguments

filename

The filename

column.name

The name of the column to read from the vertstats file

Details

Uses the shell command "vertstats_extract" to return the specified column from the vertstats file. That command thus needs to be on the path of the shell from which R was started.

Value

A numeric array containing the column.

Author(s)

Jason Lerch

Examples

1
column <- mni.read.vertstats.column("somefile.vertstats", "tstatistics")

BIC-MNI/mni.cortical.statistics documentation built on May 5, 2019, 10:25 a.m.