read.pts: reads pts files

View source: R/read.pts.r

read.ptsR Documentation

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)

Arguments

file

pts file

na

specifies a value that indicates missing values

Value

matrix

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

See Also

read.pts

Examples


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


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