map.csa.mca.array: CSA-MCA array

View source: R/functions_array.r

map.csa.mca.arrayR Documentation

CSA-MCA array

Description

Create an array of map.csa.mca maps

Usage

map.csa.mca.array(csa.object, ndim = 3, fixed.coord = TRUE, ...)

Arguments

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

Examples

example(soc.csa)
csa.res <- soc.csa(result, class.age)
map.csa.mca.array(csa.res, ndim = 3)

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