write.tag | R Documentation |
This function exports a matrix to a *.tag file
write.tag(mat, file)
mat |
xy matrix with three columns (x, y, z) and the landmarks ordered by row |
file |
name of the tag file to save |
This function saves a *.tag file from a matrix
Marta Vidal-Garcia
# mat <- matrix(1:12), nrow = 4, ncol = 3)
# write.tag(mat, "my_matrix.tag")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.