Dear members of the group,

I started using geomorph and R recently for my PhD research project, and
perhaps my question may seem a little trivial.

Through Meshlab I am taking the landmarks on 3d skull reconstructions, and
I managed to import the points in R through the Morpho read.mpp function.
On the web I found a function that allows to  automatically  load the
landmarks of individuals in a single array

 *landmarks <- NULL*

*for (i in 1: length (files)) {landmarks <- abind (landmarks, read.pp
(files [i]), along = 3)}.*

However my doubt is how can I give an ID to the various individuals once
loaded in R. I understand that geomorph works with lists (and
geomorph.data.frame), but the lists are unrelated elements?

I thank you for your attention, best regards,

Luca

-- 
You received this message because you are subscribed to the Google Groups 
"Morphmet" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/morphmet2/CAKpSRZG%2Bzmx0z5wmGsDWMAO21mmKJEq0JitPkeTKfa8MPSntRQ%40mail.gmail.com.

Reply via email to