Learn R Programming

Momocs (version 1.4.1)

boxplot.OutCoe: Boxplot of morphometric coefficients

Description

Explores the distribution of coefficient values.

Usage

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

Value

a ggplot2 object

Arguments

x

the Coe object

...

useless here

See Also

Other Coe_graphics: hcontrib()

Examples

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

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

Run the code above in your browser using DataLab