powered by
plot3(PCA, ...)# S3 method for PCA plot3(PCA, ...)
# S3 method for PCA plot3(PCA, ...)
data(bot) bot.f <- efourier(bot, 12) bot.p <- PCA(bot.f) plot3(bot.p) # no groups plot3(bot.p, 1) # groups plot3(bot.p, "type", pos.shp="circle") # all plot.PCA args should work
Run the code above in your browser using DataLab