Morphometric (and multivariate) exploration controlled by shiny

Momecs(x, launch.brower = FALSE)

Arguments

x

a Coe or PCA object. If missing, toy datasets are used

launch.brower

logical to feed shiny::runApp, whether to launch the app within your default browser (default: FALSE)

Examples

# NOT RUN {
Momecs()
hearts %>% efourier(3)  %>% Momecs()
# }