boxplot.OutCoe: Boxplot of morphometric coefficients

View source: R/gr-Coe.R

boxplot.OutCoeR Documentation

Boxplot of morphometric coefficients

Description

Explores the distribution of coefficient values.

Usage

## S3 method for class 'OutCoe'
boxplot(x, ...)

Arguments

x

the Coe object

...

useless here

Value

a ggplot2 object

See Also

Other Coe_graphics: hcontrib()

Examples

# on OutCoe
bot %>% efourier(9) %>% rm_harm(1) %>% boxplot()

data(olea)
op <- opoly(olea)
boxplot(op)

vbonhomme/Momocs documentation built on Nov. 13, 2023, 8:54 p.m.