plot.pca {mixOmics}R Documentation

Show (s)pca explained variance plots

Description

Show (s)pca explained variance plots

Usage

## S3 method for class 'pca'
plot(x, ncomp = NULL, type = "barplot", ...)

Arguments

x

A (s)pca object

ncomp

Integer, the number of components

type

Character, default "barplot" or any other type available in plot, as "l","b","p",..

...

Not used

Author(s)

Kim-Anh LĂȘ Cao, Florian Rohart, Leigh Coonan, Al J Abadi


[Package mixOmics version 6.16.3 Index]