powered by
reads Landmark data exported from the software Landmark from http://graphics.idav.ucdavis.edu/research/EvoMorph
read.pts(file = "x", na = 9999)
matrix containing landmark information rownames will be the names given to the landmarks in Landmark
pts file
specifies a value that indicates missing values
read.pts
data(nose) write.pts(shortnose.lm, filename="shortnose") data <- read.pts("shortnose.pts")
Run the code above in your browser using DataLab