| aparcs_to_bg | R Documentation | 
Converts Freesurfer aparcs table to brainGraph naming
convention, relying on aparcstats2table
aparcs_to_bg(subjects, measure, ...)
| subjects | subjects to analyze, 
passed to  | 
| measure | measure to be analyzed, 
passed to  | 
| ... | additional arguments passed to  | 
Long data.frame
if (have_fs()) {
   fs_subj_dir() 
   df = aparcs_to_bg(subjects = "bert", measure = "thickness")
   print(head(df))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.