read.fs.gca | R Documentation |
Read FreeSurfer GCA file.
read.fs.gca(filepath)
filepath |
character string, path to a file in binary GCA format. Stores array of Gaussian classifiers for probabilistic atlas. |
named list, the file fields. The GCA data is in the data field.
This function is based on Matlab code by Bruce Fischl, published under the FreeSurfer Open Source License available at https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferSoftwareLicense. The R version was written by Tim Schaefer.
## Not run:
gca_file = file.path(Sys.getenv('FREESURFER_HOME'), 'average', 'face.gca');
gca = read.fs.gca(gca_file);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.