write.fs.patch {freesurferformats} | R Documentation |
Write a surface patch
Description
Write a surface patch, i.e. a set of vertices and patch border information, to a binary patch file.
Usage
write.fs.patch(filepath, patch)
Arguments
filepath |
string. Full path to the output patch file. If it ends with ".gz", the file is written in gzipped format. Note that this is not common, and that other software may not handle this transparently. |
patch |
an instance of class 'fs.patch', see |
Value
the patch, invisible
See Also
Other patch functions:
fs.patch()
,
read.fs.patch.asc()
,
read.fs.patch()
[Package freesurferformats version 0.1.18 Index]