Description Usage Arguments Details Value See Also Examples
Saves landmark coordinates as generated by digitMesh.mesh3d
into a TPS file.
Note: this is not a generic function to create TPS file, it's only designed for 3D landmark
data.
1 2 |
A |
A 2D numerical matrix of landmark coordinates. |
ID |
A character value containing the individual identifier. |
file.name |
A character value containing the TPS file name (with extension). |
LMheader |
A character value specifying the keyword to use in the TPS file to indicate the number of
landmarks. |
IDheader |
A character value specifying the keyword to use in the TPS file to indicate the individual
identifier. |
sdir |
A character value indicating the path to the saving directory. |
app |
A logical value indicating if the written data should be appended in the TPS file (if this file already
exists). |
over.write |
A logical value indicating if the file to save should overwrite the previous TPS file with the
same name (if it exists). |
Given a matrix of landmark coordinates A
, this function saves it into a TPS file whose filename is
contained into file.name
.
Nothing.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.