Convert LCBC surface file to other subjects
1 2 3 4 5 6 7 8 9 10 | lcbc_surf2surf(
input_volume,
source_subject = "fsaverage",
target_subject = "fsaverage5",
hemisphere = "rh",
subjects_dir = freesurfer::fs_subj_dir(),
output_dir = file.path(subjects_dir, target_subject, "surf"),
cortex = TRUE,
verbose = TRUE
)
|
input_volume |
path to input volume |
source_subject |
source subject |
target_subject |
target subject |
hemisphere |
hemisphere, either "rh" or "lh" |
subjects_dir |
Freesurfer subject directory |
output_dir |
output directory path |
cortex |
toggle "–cortex" (TRUE) or "–no-cortex" (FALSE) |
verbose |
logical indicating to be verbose or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.