Description Usage Arguments Details Value Author(s) Examples
Uses a shell command to read a column from a vertstats file.
1 | 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
1 | column <- mni.read.vertstats.column("somefile.vertstats", "tstatistics")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.