9.5 Biplots
A biplot is a specialized graph, useful in principal components analysis (PCA), that attempts to represent the relationship between observations, between variables, and between observations and variables, in a low (usually two) dimensional space.
Here we create a biplot for the
mtcars
dataset, using thefviz_pca
function from thefactoextra
package to produce aggplot2
graph.