powered by
pca_pairs_plot(dataset, pca.result, column.class = NULL, pcas = c(1, 2, 3, 4, 5), ...)
## Example of a PCA pairs plot data(cachexia) pca.result = pca_analysis_dataset(cachexia) pca_pairs_plot(cachexia, pca.result, "Muscle.loss", pcas = c(1,2,3))
Run the code above in your browser using DataLab