Generates an interactive two-dimensional bar chart. The height of each bar shows the variance explained by the corresponding principal component.
ScreePlot(data, scaling = "NO")
data | A data frame containing the data matrix. The data frame has to have the same structure of the input data frame of Biplot3D and Biplot 2D functions. See Biplot3D and Biplot 2D help pages for further details. |
---|---|
scaling | Do you wish to scale your data prior to PC calculation? Set "YES" if you do; otherwise set "NO". The latter choice is set as default. |
An interactive screeplot bar chart as a Plotly object.