write.fcsv | R Documentation |
write fiducials in slicer4 format
write.fcsv(x, filename = dataname, description = NULL, slicer4.11 = FALSE)
x |
matrix with row containing 2D or 3D coordinates |
filename |
will be substituted with ".fcsv" |
description |
optional: character vector containing a description for each landmark |
slicer4.11 |
logical: Slicer changed their fiducial format in version >= 4.11. Set TRUE if you use the latest Slicer version |
require(Rvcg)
data(dummyhead)
write.fcsv(dummyhead.lm)
## remove file
unlink("dummyhead.lm.fcsv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.