read_nisurfacefile.fsascii: Read a FreeSurfer ASCII surface file.
Description
Read a FreeSurfer ASCII surface file.
Usage
# S3 method for fsascii
read_nisurfacefile(filepath, ...)
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.
Arguments
- filepath
character string, the full path to the input surface file.
- ...
parameters passed to read.fs.surface.asc
.