
Last chance! 50% off unlimited learning
Sale ends in
as_df(x)
a2l
,
a2m
, l2a
, l2m
,
m2a
, m2d
, m2ll
,
m2l
data(bot)
head(as_df(bot))
bot.f <- efourier(bot, 10)
head(as_df(bot.f))
bot.p <- PCA(bot.f)
head(as_df(bot.p))
bot.l <- LDA(bot.p, "type")
head(as_df(bot.l))
Run the code above in your browser using DataLab