Description Usage Arguments Examples
View source: R/functions_array.r
Create an array of map.csa.mca maps
1 | map.csa.mca.array(csa.object, ndim = 3, fixed.coord = TRUE, ...)
|
csa.object |
a result object created by the soc.csa function |
ndim |
the number of dimensions to include in the array, starting from 1 |
fixed.coord |
if TRUE the limits of all plots are set to the same as the largest plot |
... |
for further arguments see map.csa.mca |
1 2 3 | example(soc.csa)
csa.res <- soc.csa(result, class.age)
map.csa.mca.array(csa.res, ndim = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.