read_segstats_table | R Documentation |
Read aparcstats or segstats table file created by FreeSurfer tool 'aparcstats2table' or 'asegstats2table'.
read_segstats_table(filepath)
filepath |
character string, the path to the aparcstats or asegstats file. |
data.frame with seg/parc stats
T Schaefer
## Not run: stats_file ="~/study1/lh.aparc_allsubjects.table"; df = read_segstats_table(stats_file); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.