CA_var_plot {explor} | R Documentation |
Interactive CA variables plot
Description
This function generates an HTML widget displaying the variables plot of a CA result.
Usage
CA_var_plot(
res,
xax = 1,
yax = 2,
lev_sup = TRUE,
var_sup = TRUE,
var_sup_choice = NULL,
var_hide = "None",
var_lab_min_contrib = 0,
point_size = 64,
col_var = NULL,
symbol_var = NULL,
size_var = NULL,
size_range = c(10, 300),
zoom_callback = NULL,
in_explor = FALSE,
...
)
Arguments
res |
Result of prepare_results() call |
xax |
Horizontal axis number |
yax |
Vertical axis number |
lev_sup |
TRUE to display supplementary levels |
var_sup |
TRUE to display supplementary variables |
var_sup_choice |
list of supplementary variables to display |
var_hide |
elements to hide (rows or columns) |
var_lab_min_contrib |
Contribution threshold to display points labels |
point_size |
base point size |
col_var |
name of the variable for points color |
symbol_var |
name of the variable for points symbol |
size_var |
name of the variable for points size |
size_range |
points size range with format c(minimum, maximum) |
zoom_callback |
scatterD3 zoom callback JavaScript body |
in_explor |
wether the plot is to be displayed in the |
... |
Other arguments passed to scatterD3 |
[Package explor version 0.3.10 Index]