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