boxplot.OutCoe {Momocs}R 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)

[Package Momocs version 1.4.1 Index]