read.pts {Morpho} | R 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
Examples
data(nose)
write.pts(shortnose.lm, filename="shortnose")
data <- read.pts("shortnose.pts")
[Package Morpho version 2.12 Index]