View source: R/fviz-add-sup-ind.R
fviz_add_sup_ind | R Documentation |
Add supplementary individuals.
fviz_add_sup_ind(
res_gda,
sup_ind = NULL,
colour = "red",
ind_visible = FALSE,
label = NULL,
size = 10,
group = NULL,
group_names = NULL,
group_style = "both",
axes = 1:2
)
res_gda |
MCA results. |
sup_ind |
supplementary individual profiles (data.frame). |
colour |
colour of point and labels. |
ind_visible |
show individual points. |
label |
label names. |
size |
label size. |
group |
vector containing group definition. |
group_names |
names of the groups. |
group_style |
style to plot (vector containing "shape", "colour" or "both). |
axes |
the GDA dimensions to plot. |
ggplot2 visalization of supplementary individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.