powered by
pca_screeplot(pca.result, num.pcs = NULL, cex.leg = 0.8, leg.pos = "right", lab.text = c("individual percent", "cumulative percent"), fill.col = c("blue", "red"), ylab = "Percentage", xlab = "Principal components", ...)
## Example of a scree plot data(cachexia) pca.result = pca_analysis_dataset(cachexia) pca_screeplot(pca.result)
Run the code above in your browser using DataLab