View source: R/read_fs_surface.R
read.fs.surface.bvsrf | R Documentation |
Read a mesh and associated data like color and normals from a binary file in BrainVoyager SRF mesh format.
read.fs.surface.bvsrf(filepath)
filepath |
string. Full path to the input surface file in SRF mesh format. |
fs.surface instance
The srf format spec is at https://support.brainvoyager.com/brainvoyager/automation-development/84-file-formats/344-users-guide-2-3-the-format-of-srf-files.
Other mesh functions:
faces.quad.to.tris()
,
read.fs.surface.asc()
,
read.fs.surface.geo()
,
read.fs.surface.gii()
,
read.fs.surface.ico()
,
read.fs.surface.obj()
,
read.fs.surface.off()
,
read.fs.surface.ply()
,
read.fs.surface.vtk()
,
read.fs.surface()
,
read.mesh.brainvoyager()
,
read_nisurfacefile()
,
read_nisurface()
,
write.fs.surface.asc()
,
write.fs.surface.byu()
,
write.fs.surface.gii()
,
write.fs.surface.mz3()
,
write.fs.surface.vtk()
,
write.fs.surface()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.