Learn R Programming

Momocs (version 1.2.9)

boxplot.OutCoe: Boxplot of morphometric coefficients

Description

Explores the distribution of coefficient values.

Usage

# S3 method for OutCoe
boxplot(x, retain = 6, drop = 0, center.y = TRUE, ...)

Arguments

x

the Coe object

retain

numeric the number of harmonics to retain

drop

numeric the number of harmonics to drop

center.y

logical whether to center the y-axis

...

useless here but maintain the consistency with generic boxplot

Value

a ggplot2 object

See Also

Other Coe_graphics: hcontrib, hist.OutCoe

Examples

Run this code
# NOT RUN {
data(bot)
bot.f <- efourier(bot, 24)
boxplot(bot.f)

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

Run the code above in your browser using DataLab