write.fcsv: write.fcsv

View source: R/write.fcsv.R

write.fcsvR Documentation

write.fcsv

Description

This function exports matrix to a *.fcsv file

Usage

write.fcsv(mat, file)

Arguments

mat

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

file

name of the fcsv file to save

Value

This function saves a *.fcsv file from a matrix

Author(s)

Marta Vidal-Garcia

Examples

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

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