PCbiplot | R Documentation |
Title
PCbiplot( PC, x = "PC1", y = "PC2", Group = NULL, main = NULL, point_size = 3, point_alpha = 1, n_label = 5 )
PC |
output of prcomp function |
x |
PC1 to display |
y |
PC2 to display |
Group |
dataframe with one column to group |
main |
main title |
point_size |
size of point |
point_alpha |
alpha of point |
n_label |
number of labels to display in every PCs |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.