Learn R Programming

Momocs (version 1.2.9)

hist.OutCoe: Histogram of morphometric coefficients

Description

Explores the distribution of coefficient values.

Usage

# S3 method for OutCoe
hist(x, retain = 4, drop = 0, bw = 20, ...)

Arguments

x

the Coe object

retain

numeric the number of harmonics to retain

drop

numeric the number of harmonics to drop

bw

the number of bins (range/bw) to display

...

useless here but maintain the consistency with generic hist

Value

a ggplot2 object

See Also

Other Coe_graphics: boxplot.OutCoe, hcontrib

Examples

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

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

Run the code above in your browser using DataLab