Read markups into R with read.markups.fcsv.R

I’d like to read a folder of fixed landmarks into R for asymmetry analysis. I have two trials for each specimen. Should I put files from both trials into the same folder for import into R (e.g., 24LM_1 and 24LM_2 and so on in the same folder)? I’m having trouble figuring out how to import all the landmark files at the same time using the read.markups.fcsv.R function. I’ve only been able to successfully import one landmark file at a time.

You need to loop over your files.
Or use the $LM object returned by the parser function in Slicermorph R

1 Like

You can find the relevant tutorial here:

Okay, great! I’ll look at the tutorial and try it out. Thanks!