powered by
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)
k x m matrix containing landmark configuration
character: Path/name of the requested output - extension will be added atuomatically. If not specified, the file will be named as the exported object.
provide an optional character vector with rownames
specify the string to use for encoding missing values
Stefan Schlager
you can import the information into the program landmarks available at http://graphics.idav.ucdavis.edu/research/EvoMorph
read.pts
data(nose) write.pts(shortnose.lm, filename="shortnose") unlink("shortnose.pts")
Run the code above in your browser using DataLab