Yes, there may be an issue for us to investigate here.
However, to get back to your original question (one of adding new specimens), a much simpler approach is to create a second tps file and digitize the new specimens with this. Then, when you begin your study, simply read in 2 TPS files, append the specimens into a larger matrix, and go from there.
Because we are in R, there are myriad ways one can envision implementing this procedure (Note: I will ignore the obvious of ‘combine the files by hand in a text editor’, as such procedures are very prone to errors!). Below I list 3 R-based options:
1: Use the library ‘abind’ to combine data when reading in the files (the example is with NTS files, but the same could be used for TPS files):
https://github.com/geomorphR/geomorph/wiki/Reading-multiple-data-files
2: Read in the files and use ‘abind’ to combine them afterwards:
https://github.com/geomorphR/geomorph/wiki/Using-abind-to-Combine-3D-Arrays
3: Read in each datafile, convert them to matrices using ‘two.d.array’, use ‘rbind’ to combine them, and then ‘arrayspecs’ to create the 3D array of the combined datasets.
Hope this helps.
Dean
Dr. Dean C. Adams
Professor
Department of Ecology, Evolution, and Organismal Biology
Department of Statistics
Iowa State University
www.public.iastate.edu/~dcadams/
phone: 515-294-3834
--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
geomorph-r-pack...@googlegroups.com.
To post to this group, send email to
geomorph-...@googlegroups.com.
Visit this group at
https://groups.google.com/group/geomorph-r-package.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/geomorph-r-package/47a3452d-2bf0-400b-b327-a3efe83ce3b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-package+unsub...@googlegroups.com.
To post to this group, send email to geomorph...@googlegroups.com.