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
scree_plot(x, K = NULL)
an output from pcadapt
containing the singular values.
an integer specifying the number of components to plot.