Description Usage Arguments Value Examples
View source: R/mri_surf2surf.R
This function calls Freesurfer mri_surf2surf
to
resample one cortical surface onto another
1 2 3 4 5 6 7 8 9 10 11 12 |
subject |
(character) vector of subject name |
target_subject |
(character) vector of target subject name |
trg_type |
(character) target file type, can be curv, paint (w), mgh, or nii |
src_type |
(character) source file type, can be curv or paint (w) |
outfile |
(character) output filename |
hemi |
(character) hemisphere to run statistics |
sval |
(character) source file |
subj_dir |
(character path) if a different subjects directory
is to be used other than |
opts |
(character) additional options to |
verbose |
(logical) print diagnostic messages |
Name of output file
1 2 3 4 5 6 7 8 9 | if (have_fs()) {
out = mri_surf2surf(
subject = 'bert',
target_subject = 'fsaverage',
trg_type = 'curv',
src_type = 'curv',
hemi = "rh",
sval = "thickness")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.