write.pts {Morpho} | R Documentation |
exports a matrix containing landmarks into .pts format
Description
exports a matrix containing landmarks into .pts format that can be read by IDAV Landmark.
Usage
write.pts(x, filename = dataname, rownames = NULL, NA.string = 9999)
Arguments
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 |
Details
you can import the information into the program landmarks available at http://graphics.idav.ucdavis.edu/research/EvoMorph
Author(s)
Stefan Schlager
See Also
Examples
data(nose)
write.pts(shortnose.lm, filename="shortnose")
unlink("shortnose.pts")
[Package Morpho version 2.12 Index]