map.csa.mca: Map the coordinates of the individuals in a CSA and its MCA

View source: R/functions_array.r

map.csa.mcaR Documentation

Map the coordinates of the individuals in a CSA and its MCA

Description

Map the coordinates of the individuals in a CSA and its MCA

Usage

map.csa.mca(
  csa.object,
  mca.dim = 1,
  csa.dim = 1,
  smooth = TRUE,
  method = "auto"
)

Arguments

csa.object

a result object created by the soc.csa function

mca.dim

the dimension from the original MCA

csa.dim

the dimension from the CSA

smooth

if TRUE a line is added to the plot

method

the method used by ggplot to set the line see geom_smooth

See Also

soc.csa, map.csa.all, linkmap.csa.mca.array

Examples

example(soc.csa)
csa.res  <- soc.csa(result, class.age)
map.csa.mca(csa.res, mca.dim = 2, csa.dim = 1)

Rsoc/soc.ca documentation built on March 7, 2024, 8:59 p.m.