powered by
pca_biplot(dataset, pca.result, cex = 0.8, legend.cex = 0.8, x.colors = 1, inset = c(0, 0), legend.place = "topright", ...)
## Example of a PCA biplot data(cachexia) pca.result = pca_analysis_dataset(cachexia) pca_biplot(cachexia, pca.result, cex = 0.8)
Run the code above in your browser using DataLab