Sliding semilandmarks

44 views
Skip to first unread message

Bruno Ferreto Fiorillo

unread,
Jun 13, 2024, 7:33:33 AM6/13/24
to geomorph R package
I'm attempting to slide my semilandmarks, and I came across instructions suggesting that I organize them into a matrix format (see the example below where each number represents a landmark). However, this approach isn't feasible for me due to the complexity of my design and the large number of landmarks and semilandmarks involved. Is there a way to slide my semilandmarks without needing to specify the order in which landmarks and semilandmarks are arranged?

curveslide<-read.table("dadosmg/curves.slide.txt",h=T) curveslide<-as.matrix(curveslide) curveslide #> before slide after 
#> [1,] 2 14 15
#> [2,] 14 15 16 
#> [3,] 15 16 17
#> [4,] 3 17 16 

Adams, Dean [EEOB]

unread,
Jun 13, 2024, 8:20:56 AM6/13/24
to geomorph-...@googlegroups.com

Bruno,

 

The short answer is no. The algorithm cannot determine which landmarks are fixed points and which points are semilandmarks without the user providing it some information about that. Without some sort of additional information, it is too much to expect the GPA to just know which landmarks the user intends to use as fixed points and which to use as sliders. That information is user- and dataset-specific.

 

For semilandmarks on surfaces, one just gives it a list of landmarks that are surface sliders (e.g.,. c(3,4,5,6,…)). That is easy to generate.

 

For semilandmarks on curves, one must create the slider matrix that you showed in your email. One can attempt to do this with the ‘define.sliders’ function, which allows you to click on the before, slider, after points to generate the matrix. Some users have found this function to be helpful (be sure to read the instructions!).


Dean

 

Dr. Dean C. Adams

Distinguished Professor of Evolutionary Biology

Department of Ecology, Evolution, and Organismal Biology

Iowa State University

https://faculty.sites.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 view this discussion on the web, visit https://groups.google.com/d/msgid/geomorph-r-package/bd0cbfdb-655d-4ba1-8588-f812886185dfn%40googlegroups.com.

Message has been deleted

Bruno Ferreto Fiorillo

unread,
Jun 18, 2024, 7:07:53 AM6/18/24
to geomorph R package
Dear Dr. Adams,

Thank you again for all your patience and support.
It took me a few hours for organizing my dataset but it worked. I think I successfully slid my semilandmarks.

Best regards.

Reply all
Reply to author
Forward
0 new messages