write.hxsurf {nat} | R Documentation |
Write Amira surface (aka HxSurface or HyperSurface) into .surf file.
Description
Write Amira surface (aka HxSurface or HyperSurface) into .surf file.
Usage
write.hxsurf(surf, filename)
Arguments
surf |
hxsurf object to write to file. |
filename |
character vector defining path to file. |
Value
NULL
or integer status from close
.
See Also
plot3d.hxsurf
,read.hxsurf
, rgb
Other amira:
amiratype()
,
is.amiramesh()
,
read.amiramesh()
,
read.hxsurf()
Other hxsurf:
as.hxsurf()
,
as.mesh3d()
,
materials()
,
plot3d.hxsurf()
,
read.hxsurf()
,
subset.hxsurf()
[Package nat version 1.8.24 Index]