Plot PCA groups from anticlustering result
plotPCAgroups(pca_res, groups, pcs = c(1, 2), filename = NULL)
A ggplot object (also prints to screen).
if (FALSE) { # \dontrun{
res <- runAnticlusteringPCA(nelore_imputed, K = 2, n_pcs = 20)
plotPCAgroups(res$pca, res$groups)
} # }