Learn R Programming

Momocs (version 1.3.2)

boxplot.OutCoe: Boxplot of morphometric coefficients

Description

Explores the distribution of coefficient values.

Usage

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

Arguments

x

the Coe object

...

useless here

Value

a ggplot2 object

See Also

Other Coe_graphics: hcontrib()

Examples

Run this code
# NOT RUN {
# 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