plot_pca | R Documentation |
plot_pca
is a simple utility function to plot the results from a PCA
analysis.Plot of PCA results
plot_pca
is a simple utility function to plot the results from a PCA
analysis.
plot_pca( pc, pch = 16, col = "#000000", pc_x = 1, pc_y = 2, main = "", labels = NULL, ... )
pc |
the result from a principal component analysis (i.e. the result
returned by |
pch |
the point character. See |
col |
the color to be used for each data point/sample. |
pc_x |
|
pc_y |
|
main |
|
labels |
|
... |
additional arguments to be passed to the |
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.