Description Usage Arguments Value Examples
View source: R/convert_surface.R
Reads in a surface file from Freesurfer and converts it to a Wavefront OBJ file
1 | surface_to_obj(infile, outfile = NULL, ...)
|
infile |
Input surface file |
outfile |
output Wavefront OBJ file. If |
... |
additional arguments to pass to
|
Character filename of output file
1 2 3 4 5 | if (have_fs()) {
infile = file.path(fs_subj_dir(),
"bert", "surf", "rh.pial")
res = surface_to_obj(infile = infile)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.