boxplot.PCA | R Documentation |
Boxplot on PCA objects
## S3 method for class 'PCA'
boxplot(x, fac = NULL, nax, ...)
x |
|
fac |
factor, or a name or the column id from the $fac slot |
nax |
the range of PC to plot (1 to 99pc total variance by default) |
... |
useless here |
a ggplot object
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.