amiratype | R Documentation |
Return the type of an amiramesh file on disk or a parsed header
amiratype(x, bytes = NULL)
x |
Path to files on disk or a single pre-parsed parameter list |
bytes |
A raw vector containing at least 11 bytes from the start of the file. |
Note that when checking a file we first test if it is an amiramesh
file (fast, especially when bytes!=NULL
) before reading the header
and determining content type (slow).
character vector (NA_character_ when file invalid)
Other amira:
is.amiramesh()
,
read.amiramesh()
,
read.hxsurf()
,
write.hxsurf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.