mni.read.vertstats.column {mni.cortical.statistics} | R Documentation |
Uses a shell command to read a column from a vertstats file.
column <- mni.read.vertstat.column(filename, column.name=NULL)
filename |
The filename |
column.name |
The name of the column to read from the vertstats file |
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.
A numeric array containing the column.
Jason Lerch
column <- mni.read.vertstats.column("somefile.vertstats", "tstatistics")