This function generates an HTML widget displaying the variables plot of a PCA result.
PCA_var_plot(
res,
xax = 1,
yax = 2,
var_sup = TRUE,
var_sup_choice = NULL,
var_lab_min_contrib = 0,
scale_unit = FALSE,
col_var = NULL,
size_var = NULL,
zoom_callback = NULL,
in_explor = FALSE,
xlim = NULL,
ylim = NULL,
...
)
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
wether the PCA is scaled
name of the variable for points color
name of the variable for points size
scatterD3 zoom callback JavaScript body
wether the plot is to be displayed in the explor
interface
custom x axis limits
custom y axis limits
Other arguments passed to scatterD3