powered by
Boxplot on PCA objects
# S3 method for PCA boxplot(x, fac = NULL, nax, ...)
a ggplot object
PCA, typically obtained with PCA
PCA
factor, or a name or the column id from the $fac slot
the range of PC to plot (1 to 99pc total variance by default)
useless here
bot.f <- efourier(bot, 12) bot.p <- PCA(bot.f) boxplot(bot.p) p <- boxplot(bot.p, 1) #p + theme_minimal() + scale_fill_grey() #p + facet_wrap(~PC, scales = "free")
Run the code above in your browser using DataLab