Learn R Programming

Morpho (version 2.6)

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)

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

Run this code
# NOT RUN {
data(nose)
write.pts(shortnose.lm, filename="shortnose")
data <- read.pts("shortnose.pts")

# }

Run the code above in your browser using DataLab