parameter_groups
R/plot.parameter_groups.R
plot.parameter_groups.Rd
plot.parameter_groups
returns ggplot to visualize outputs from parameter_groups
# S3 method for parameter_groups plot(x, ind_to_highlight = NULL, ...)
x | Output from |
---|---|
ind_to_highlight | individual to higlight on the PCA plot |
... | further arguments passed to or from other methods |
It returns list of ggplot object
pca : a list with three elements on the PCA on the group of parameters :
composante_variance : variance caught by each dimension of the PCA
ind : graph of individuals
var : graph of variables
clust : output from factextra::fviz_nbclust()
. See ?factoextra::fviz_nbclust
for more details,
a list of number of cluster + 1 element
S3 method. See examples for AMMI, GGE and hierarchical bayesian GxE model : https://priviere.github.io/PPBstats_book/family-2.html