Momocs
Momocs copied to clipboard
:dove: Morphometrics using R
The coloring by `fac` argument was incorrect because the order of the factors returned by the `fac_dipatcher` function was different from the order of the tips(leaves) in dendrograms, which has...
'rgeos' was archived October 2023, which archived "momocs." When downloaded using github rather than CRAN, Momocs will still not run properly without 'rgeos.' Could potentially 'geos' which is still functional...
You will be aware, for example from: https://r-spatial.org/r/2022/04/12/evolution.html, https://r-spatial.org/r/2022/12/14/evolution2.html, https://r-spatial.org/r/2023/04/10/evolution3.html and https://rsbivand.github.io/csds_jan23/bivand_csds_ssg_230117.pdf and perhaps view https://www.youtube.com/watch?v=TlpjIqTPMCA&list=PLzREt6r1NenmWEidssmLm-VO_YmAh4pq9&index=1 that `rgdal`, `rgeos` and `maptools` will be retired this year, in October 2023. Momocs...
Hello ! I started using Momocs just recently. I am working with shapes, precisely the right half of individuals, so the left side is simply a straight line. De facto...
Hi, I have this data frame (df) structure: Code Outline A1 X1; Y1 X2; Y2 X3; Y3 A2 X1; Y1 X2; Y2 X3; Y3 A3 X1; Y1 X2; Y2 X3;...
Hello! The description for this dataset reads "Outline coordinates of Apodemus (wood mouse) mandibles", whereas the format reads "A Out object 64 coordinates of 30 wood molar outlines". I think...
Hi again! I have been having problems with the command "harm_pow(ef)". It is giving the error: "Error in paste0("H", 1:length(hp)) : object 'hp' not found" But I don´t understand since...
Hi, first thanks for this great package!. I got some outlines using tpsDig and saved as tps file. When trying to import the tps file into R using import_tps or...
Hi! I was trying to remove digitization noise from my data using the command coo_smooth(data$coo, n) But is not working, the error that it gives is: Error in coo_check.default(coo) :...
Hi! Love your package! I have a question/perhaps a feature request: Namely, I’m working on visualization of PCA morphospaces using the PCcontrib() function. For example: PCcontrib(my_pca_object, nax=1:1, sd.r=c(-1)) I understand...