Create elbow plot to see how much total variance is explained by the components

GenerateElbowPlotPCA(inputted.data, column.to.do.PCA.on, scale.PCA)

Arguments

inputted.data

A dataframe.

column.to.do.PCA.on

A vector of strings that specify the column names that should be used for doing PCA.

scale.PCA

Boolean to specify whether or not to scale columns before doing PCA.

Value

No object is returned. A plot will be created.

See also