This function generates an HTML widget displaying the individuals plot of a PCA result.
PCA_ind_plot(
res,
xax = 1,
yax = 2,
ind_sup = TRUE,
ind_lab_min_contrib = 0,
col_var = NULL,
symbol_var = NULL,
opacity_var = NULL,
size_var = NULL,
size_range = c(10, 300),
lab_var = NULL,
zoom_callback = NULL,
in_explor = FALSE,
...
)
Result of prepare_results() call
Horizontal axis number
Vertical axis number
TRUE to display supplementary individuals
Contribution threshold to display points labels
variable to be used for points color
name of the variable for points symbol
name of the variable for points opacity
name of the variable for points size
points size range with format c(minimum, maximum)
variable to be used for points names
scatterD3 zoom callback JavaScript body
wether the plot is to be displayed in the explor
interface
Other arguments passed to scatterD3