mris_convert_normals: Convert Surface to Surface normals

Description Usage Arguments Value Examples

View source: R/mris_convert_normals.R

Description

This function call mris_convert, using the -n option

Usage

1

Arguments

opts

(character) additional options to mris_convert

...

additional arguments to mris_convert

Value

Result of mris_convert

Examples

1
2
3
4
5
6
7
if (have_fs()) {
 bert_dir = file.path(fs_subj_dir(), "bert")
 asc_file = mris_convert_normals(
 infile = file.path(bert_dir, "surf", "lh.white")
 )  
readLines(asc_file, n = 6)
}   

freesurfer documentation built on Dec. 9, 2020, 1:07 a.m.