powered by
This function calls mri_convert to convert a measure from surfaces to an ASCII file and reads it in.
mri_convert
surf_convert(file, outfile = NULL)
data.frame
(character) input filename of curvature measure
(character) output filename (if wanted to be saved)
if (have_fs()) { fname = file.path(fs_subj_dir(), "bert", "surf", "lh.thickness") out = surf_convert(fname) }
Run the code above in your browser using DataLab