read_nisurfacefile.gifti {freesurferformats} | R Documentation |
Read a gifti file as a surface.
Description
Read a gifti file as a surface.
Usage
## S3 method for class 'gifti'
read_nisurfacefile(filepath, ...)
Arguments
filepath |
character string, the full path to the input surface file. |
... |
ignored |
Value
an instance of 'fs.surface', read from the file. See read.fs.surface
for details. If none of the reader methods succeed, an error is raised.
[Package freesurferformats version 0.1.18 Index]