This function generates an HTML widget displaying the variables plot of an MCA result.
MCA_var_plot(
res,
xax = 1,
yax = 2,
var_sup = TRUE,
var_sup_choice = NULL,
var_lab_min_contrib = 0,
point_size = 64,
labels_prepend_var = FALSE,
col_var = NULL,
symbol_var = NULL,
size_var = NULL,
size_range = c(10, 300),
zoom_callback = NULL,
in_explor = FALSE,
...
)
Result of prepare_results() call
Horizontal axis number
Vertical axis number
TRUE to display supplementary variables
list of supplementary variables to display
Contribution threshold to display points labels
base point size
if TRUE, prepend variable names to labels
name of the variable for points color
name of the variable for points symbol
name of the variable for points size
points size range with format c(minimum, maximum)
scatterD3 zoom callback JavaScript body
wether the plot is to be displayed in the explor
interface
Other arguments passed to scatterD3