Scree Plot als ggplot mit Eigenvalues auf der y-Achse

scree_plot(data)

Arguments

data

Data.frame oder tibble mit numerischen Spalten.

Value

Scree Plot

Examples

if (FALSE) {
scree_plot(dataset)
}