Learn R Programming

Morpho (version 2.12)

read.pts: reads pts files

Description

reads Landmark data exported from the software Landmark from http://graphics.idav.ucdavis.edu/research/EvoMorph

Usage

read.pts(file = "x", na = 9999)

Value

matrix

matrix containing landmark information rownames will be the names given to the landmarks in Landmark

Arguments

file

pts file

na

specifies a value that indicates missing values

See Also

read.pts

Examples

Run this code

data(nose)
write.pts(shortnose.lm, filename="shortnose")
data <- read.pts("shortnose.pts")

Run the code above in your browser using DataLab