Description Usage Arguments Examples
View source: R/functions_array.r
Creates an array of Class Specific Mulitple Correspondence analysises
1 2 3 4 5 6 7 8 9 10 11 |
object |
a soc.ca result object |
variable |
a factor with the same order and length as those used for the active modalities in object |
dim |
indicates what dimensions to map and in which order to plot them |
ncol |
the number of columns the maps are arranged into |
FUN |
the mapping function used for the plots; map.active, map.ctr, map.ind, map.select or map.sup |
fixed.coord |
if TRUE the limits of all plots are set to the same as the largest plot |
main.title |
the main title for all the maps |
titles |
a vector of the same length as the number of levels in |
... |
sends any further arguments to the mapping functions |
1 2 3 4 5 6 | ## Not run:
example(soc.csa)
map.csa.all(result, active[, 1])
map.csa.all(result, active[, 1], FUN = map.ctr, ctr.dim = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.