Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract convex hulls points of each type #239

Open
JohnSal1 opened this issue Oct 28, 2024 · 1 comment
Open

Extract convex hulls points of each type #239

JohnSal1 opened this issue Oct 28, 2024 · 1 comment

Comments

@JohnSal1
Copy link

Hi,

How can I extract the convex hulls points (or all points) of each type (e.g., LM1, LM2, UM1, UM2) and store them in a dataframe?

Script:
library(Momocs)

molars.f <- efourier( molars)
molars.p <- PCA( molars.f)
molars.l <- LDA( molars.p,~type)
plot_LDA( molars.l, chull = T, labelgroups = T,points = TRUE)

@vbonhomme
Copy link
Collaborator

vbonhomme commented Oct 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants