scree_plot {pcadapt} | R Documentation |
Principal Components Analysis Scree Plot
Description
scree_plot
plots the scree 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_plot(x, K = NULL)
Arguments
x |
an output from |
K |
an integer specifying the number of components to plot. |
[Package pcadapt version 4.3.5 Index]