write.pts: exports a matrix containing landmarks into .pts format

View source: R/write.pts.r

write.ptsR 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

read.pts

Examples


data(nose)
write.pts(shortnose.lm, filename="shortnose")
unlink("shortnose.pts")


Morpho documentation built on Feb. 16, 2023, 10:51 p.m.