powered by
Explores the distribution of coefficient values.
# S3 method for OutCoe hist(x, retain = 4, drop = 0, bw = 20, ...)
the Coe object
numeric the number of harmonics to retain
numeric the number of harmonics to drop
the number of bins (range/bw) to display
useless here but maintain the consistency with generic hist
a ggplot2 object
Other Coe_graphics: boxplot.OutCoe, hcontrib
boxplot.OutCoe
hcontrib
# 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