Skip to content

Extract convex hulls points of each type #239

Description

@JohnSal1

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions