Extract Scree Plot Data

getScreeData(multi_plots_obj, what = "variance", max_pc = NULL)

Arguments

multi_plots_obj

Object returned from perform_PCA()

what

Character. "variance" or "eigenvalue" to specify what values to return

max_pc

Integer. Maximum number of PCs to include. If NULL, includes all.

Value

Data frame with PC information