write.markups.fcsv | R Documentation |
This function export landmark coordinates into an FCSV file By default coordinates are assumed to be written in LPS, but can be change to RAS using the @param coord option. a fcsv file,
write.markups.fcsv(pts = NULL, outfile = NULL, coord = "LPS")
pts |
a matrix/array that contains landmark coordinates |
outfile |
this parameter specifies a file to be created (e.g., a directory leads to a particular FCSV file; see example) |
A FCSV file of morphometric data
The label for each landmark is the rowname of the input landmark matrix
lms = read.markups.fcsv(file = url("https://raw.githubusercontent.com/SlicerMorph/SampleData/master/Gorilla_template_LM1.fcsv")) write.markups.fcsv(pts=lms, outfile = "Your_Directory/test.fcsv", coord="LPS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.