Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write.pts

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")

Morpho

Calculations and Visualisations Related to Geometric Morphometrics

v2.8
GPL-2
Authors
Stefan Schlager [aut, cre, cph], Gregory Jefferis [ctb], Dryden Ian [cph]
Initial release
2020-02-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.