I have installed Momocs both from CRAN and local but in both cases, I was unable to use the functions 'gpa' and 'coo'. If I try to use both of them, I got the error messages.
Trying this:
coo(wings_outlines)
The result is:
coo(wings_outlines)에서 다음과 같은 에러가 발생했습니다: 함수 "coo"를 찾을 수 없습니다
->an error occurred from the following, coo(wings_outlines): unable to find the function "coo"
Trying this:
gpa_result <- gpa(shapes)
The result is:
gpa(shapes)에서 다음과 같은 에러가 발생했습니다: 함수 "gpa"를 찾을 수 없습니다
->an error occurred from the following, graph(shapes): unable to find the function "gpa"
According to the github, "gpa" and "coo" are part of Momocs but I cannot use them. How can I use these functions and eventually process morphometrics? My R version is [64-bit] C:\Program Files\R\R-4.4.1
I have installed Momocs both from CRAN and local but in both cases, I was unable to use the functions 'gpa' and 'coo'. If I try to use both of them, I got the error messages.
Trying this: coo(wings_outlines)
The result is: coo(wings_outlines)에서 다음과 같은 에러가 발생했습니다: 함수 "coo"를 찾을 수 없습니다 ->an error occurred from the following, coo(wings_outlines): unable to find the function "coo"
Trying this: gpa_result <- gpa(shapes)
The result is: gpa(shapes)에서 다음과 같은 에러가 발생했습니다: 함수 "gpa"를 찾을 수 없습니다 ->an error occurred from the following, graph(shapes): unable to find the function "gpa"
According to the github, "gpa" and "coo" are part of Momocs but I cannot use them. How can I use these functions and eventually process morphometrics? My R version is [64-bit] C:\Program Files\R\R-4.4.1