data(bot)
calibrate_deviations(bot)
## Not run:
#
# # on Opn
# data(olea)
# camibrate_deviations(olea)
#
# # lets customize the ggplot
# library(ggplot2)
# gg <- calibrate_deviations(bot, id=1:20)$gg
# gg + geom_hline(yintercept=c(0.001, 0.005), linetype=3)
# gg + labs(col="Number of harmonics", fill="Number of harmonics",
# title="Harmonic power") + theme_bw()
# gg + coord_polar()
# ## End(Not run)
Run the code above in your browser using DataLab