Biplot representation of a pca analysis
1 2 3 4 5 | plot_biplot(x, ax1 = 1, ax2 = 2, scale_arrow = 0.2, length_tip = 0.05,
lwd = 0.5, point_col = "#FF9999", arr_col = "#066500",
label_col = "#69CD80", font_col = "white", arr_size = 0.2,
point_pch = 16, point_alpha = 0.95, point_size = 2.3,
segment.color = "#69CD80", input = c("do_PCA", "dudi.pca"), ...)
|
x |
result of do_PCA |
ax1 |
axis 1 to plot |
ax2 |
axis 2 to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.