reads pts files
reads Landmark data exported from the software Landmark from http://graphics.idav.ucdavis.edu/research/EvoMorph
read.pts(file = "x", na = 9999)
file |
pts file |
na |
specifies a value that indicates missing values |
matrix |
matrix containing landmark information rownames will be the names given to the landmarks in Landmark |
data(nose) write.pts(shortnose.lm, filename="shortnose") data <- read.pts("shortnose.pts")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.