Learn R Programming

explor (version 0.3.4)

CA_var_plot: 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, var_sup = TRUE,
  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

var_sup

TRUE to display supplementary variables

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 explor interface

...

Other arguments passed to scatterD3