Learn R Programming

pcadapt (version 3.0.4)

scree.plotting: Principal Components Analysis Scree Plot

Description

scree.plotting plots the scee plot associated with the principal components analysis performed on the dataset. NB : pcadapt has to be run on the dataset in order to get an output readable by plot.screePlot

Usage

scree.plotting(x, K)

Arguments

x
an output from pcadapt containing the singular values.
K
an integer specifying the number of components to take into account in the scree plot.

Examples

Run this code
## see ?fastpcadapt for examples

Run the code above in your browser using DataLab