Description Usage Arguments Value Examples
View source: R/freesurfer_read3.R
Reads a Freesurfer Surface file from
the surf/
directory
from recon-all
1 |
file |
surface file (e.g. |
List of length 2: vertices and faces are the elements
1 2 3 4 | if (have_fs()) {
fname = file.path(fs_subj_dir(), "bert", "surf", "lh.inflated")
out = freesurfer_read_surf(fname)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.