fviz_gda_quali_supvar: Visualize supplementary variables.

Description Usage Arguments Value

View source: R/fviz-gda-quali-supvar.R

Description

Visualize supplementary variables.

Usage

1
2
3
4
5
6
fviz_gda_quali_supvar(res_gda, df_var_quali, var_quali,
  title = "MCA quali var structure", path = FALSE, linetype = "solid",
  axes = 1:2, scale_point = TRUE, size_point = 3, scale_text = FALSE,
  size_text = 3, palette = "Set1", myriad = TRUE, impute = TRUE,
  plot_modif_rates = TRUE, impute_ncp = 2, relevel = NULL,
  plot_eta2 = TRUE, axis_lab_name = "Achse")

Arguments

res_gda

GDA result.

df_var_quali

crossed variable data frame.

var_quali

crossed variable name.

title

plot title.

path

plot path (boolean).

linetype

specify path linetype.

axes

which axes should be plotted.

scale_point

scale points by weight (boolean).

size_point

define point size.

scale_text

scale text by weight (boolean).

size_text

define text size.

palette

RColorBrewer palette.

myriad

use Myriad Pro font family (boolean).

impute

impute missing data (boolean).

plot_modif_rates

plot modified rates instead of eigenvalue percentage (boolean).

impute_ncp

number of dimensions to predict missing values.

relevel

character vector containing new level order.

plot_eta2

plot eta2 value per axis (boolean).

axis_lab_name

name of axis label.

Value

ggplot2 visualization of supplementary variables.


inventionate/TimeSpaceAnalysis documentation built on May 18, 2019, 5:47 a.m.