write.tag: write.tag

View source: R/write.tag.R

write.tagR Documentation

write.tag

Description

This function exports a matrix to a *.tag file

Usage

write.tag(mat, file)

Arguments

mat

xy matrix with three columns (x, y, z) and the landmarks ordered by row

file

name of the tag file to save

Value

This function saves a *.tag file from a matrix

Author(s)

Marta Vidal-Garcia

Examples

# mat <- matrix(1:12), nrow = 4, ncol = 3)
# write.tag(mat, "my_matrix.tag")
  

marta-vidalgarcia/morpho.tools.GM documentation built on April 7, 2023, 12:54 a.m.