powered by
Creates an array of Class Specific Mulitple Correspondence analysises
map.csa.all( object, variable, dim = c(1, 2), ncol = 2, FUN = map.ind, fixed.coord = TRUE, main.title = "", titles = levels(variable), ... )
a soc.ca result object
a factor with the same order and length as those used for the active modalities in object
indicates what dimensions to map and in which order to plot them
the number of columns the maps are arranged into
the mapping function used for the plots; map.active, map.ctr, map.ind, map.select or map.sup
if TRUE the limits of all plots are set to the same as the largest plot
the main title for all the maps
a vector of the same length as the number of levels in variable. These are the titles given to each subplot
variable
sends any further arguments to the mapping functions
# NOT RUN { example(soc.csa) map.csa.all(result, active[, 1]) map.csa.all(result, active[, 1], FUN = map.ctr, ctr.dim = 1) # }
Run the code above in your browser using DataLab