View source: R/plot_pca_results.R
plot_pca_results | R Documentation |
Plot the result of a call to pca.
plot_pca_results(pca_result_filenames)
pca_result_filenames |
a list with the filenames created by a call to pca |
This will show the first two components of a principal component analysis. The x axis shows the first principal component, The y axis shows the second. The axes' labels show how percent of the variants is explained by that principal component
a ggplot2
Richèl J.C. Bilderbeek
plot_pca_results(create_test_pca_result_filenames())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.