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)
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)