This function generates an HTML widget displaying the variables plot of an MCA result.
MCA_biplot(
res,
xax = 1,
yax = 2,
col_var,
ind_sup = TRUE,
var_sup = TRUE,
bi_lab_min_contrib = 0,
symbol_var = NULL,
ind_point_size = 16,
var_point_size = 96,
ind_opacity = 0.5,
ind_opacity_var = NULL,
ind_labels = FALSE,
zoom_callback = NULL,
in_explor = FALSE,
...
)
Result of prepare_results() call
Horizontal axis number
Vertical axis number
name of the variable for points color
TRUE to display supplementary individuals
TRUE to display supplementary variables
Contribution threshold to display points labels
name of the variable for points symbol
base point size for individuals
base point size for variable levels
individuals point opacity (constant)
individuals point opacity (variable)
TRUE to display individuals labels
scatterD3 zoom callback JavaScript body
wether the plot is to be displayed in the explor
interface
Other arguments passed to scatterD3