data(mosquito)
panel(mosquito, names=TRUE, cex.names=0.5)
data(olea)
panel(olea)
data(bot)
panel(bot, c(4, 10))
bot.f <- efourier(bot, 12)
panel(bot.f)
# an illustration of the use of fac
panel(bot, fac='type', palette=col_spring, names=TRUE)
Run the code above in your browser using DataLab