## Not run:
# # Will write files on your machine!
# data(bot)
# bot.f <- efourier(bot, 6)
# export(bot.f) # data.txt which can be opened by every software including MS Excel
# # If you are French, or another country that has not been invaded by anglo-american rules.
# # and for use in Excel.
# export(bot.f, dec=',')
# export(bot.f, file='data.xls', dec=',')
#
# # for shapes (matrices)
# export(bot[1], file='bot1.txt')
# ## End(Not run)
Run the code above in your browser using DataLab