readland.fcsv | R Documentation |
Read landmark data for a single specimen from an fcsv file obtained from SlicerMorph.
readland.fcsv(file = NULL)
file |
The name of a *.fcsv file containing three-dimensional landmark data to be read in |
This function merely extracts x, y, z coordinates from an fcsv file.
Function returns a p x 3 matrix of x, y, z coordinates for p landmarks.
Note: to read in multiple files the following is useful:
filelist <- list.files(path = "PATH TO FOLDER with FILES", pattern = "*.fcsv", full.names = TRUE)
mydata <- simplify2array(lapply(filelist, readland.fcsv))
Murat Maga, Michael Collyer and Dean Adams
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.