View source: R/functions_array.r
map.csa.mca | R Documentation |
Map the coordinates of the individuals in a CSA and its MCA
map.csa.mca(
csa.object,
mca.dim = 1,
csa.dim = 1,
smooth = TRUE,
method = "auto"
)
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 |
soc.csa, map.csa.all, linkmap.csa.mca.array
example(soc.csa)
csa.res <- soc.csa(result, class.age)
map.csa.mca(csa.res, mca.dim = 2, csa.dim = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.