is.amiramesh | R Documentation |
Check if file is amiramesh format
is.amiramesh(f = NULL, bytes = NULL)
f |
Path to one or more files to be tested or an array of raw bytes, for one file only. |
bytes |
optional raw vector of at least 11 bytes from the start of a
single file (used in preference to reading file |
Tries to be as fast as possible by reading only first 11 bytes and checking if they equal to "# AmiraMesh" or (deprecated) "# HyperMesh".
logical
Other amira:
amiratype()
,
read.amiramesh()
,
read.hxsurf()
,
write.hxsurf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.