MCA_biplot: Interactive MCA biplot

View source: R/MCA_plots.R

MCA_biplotR Documentation

Interactive MCA biplot

Description

This function generates an HTML widget displaying the variables plot of an MCA result.

Usage

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,
  ...
)

Arguments

res

Result of prepare_results() call

xax

Horizontal axis number

yax

Vertical axis number

col_var

name of the variable for points color

ind_sup

TRUE to display supplementary individuals

var_sup

TRUE to display supplementary variables

bi_lab_min_contrib

Contribution threshold to display points labels

symbol_var

name of the variable for points symbol

ind_point_size

base point size for individuals

var_point_size

base point size for variable levels

ind_opacity

individuals point opacity (constant)

ind_opacity_var

individuals point opacity (variable)

ind_labels

TRUE to display individuals labels

zoom_callback

scatterD3 zoom callback JavaScript body

in_explor

wether the plot is to be displayed in the explor interface

...

Other arguments passed to scatterD3


explor documentation built on April 30, 2023, 1:10 a.m.