write.pts | R Documentation |
exports a matrix containing landmarks into .pts format that can be read by IDAV Landmark.
write.pts(x, filename = dataname, rownames = NULL, NA.string = 9999)
x |
k x m matrix containing landmark configuration |
filename |
character: Path/name of the requested output - extension will be added atuomatically. If not specified, the file will be named as the exported object. |
rownames |
provide an optional character vector with rownames |
NA.string |
specify the string to use for encoding missing values |
you can import the information into the program landmarks available at http://graphics.idav.ucdavis.edu/research/EvoMorph
Stefan Schlager
read.pts
data(nose)
write.pts(shortnose.lm, filename="shortnose")
unlink("shortnose.pts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.