powered by
Explores the distribution of coefficient values.
# S3 method for OutCoe boxplot(x, retain = 6, drop = 0, center.y = TRUE, ...)
the Coe object
numeric the number of harmonics to retain
numeric the number of harmonics to drop
logical whether to center the y-axis
useless here but maintain the consistency with generic boxplot
a ggplot2 object
Other Coe_graphics: hcontrib, hist.OutCoe
hcontrib
hist.OutCoe
# 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