mris_convert_vertex: Convert Surface to vertex file

Description Usage Arguments Value Examples

View source: R/mris_convert_vertex.R

Description

This function call mris_convert, using the -v 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
8
if (have_fs()) {
 bert_surf_dir = file.path(fs_subj_dir(), "bert", "surf")
 asc_file = mris_convert_vertex(
 infile = file.path(bert_surf_dir, "lh.white")
 )  
 readLines(asc_file, n = 6)
 
} 

neuroconductor-devel-releases/freesurfer documentation built on Oct. 22, 2020, 11:26 a.m.