Learn R Programming

fido (version 1.0.4)

miniclo_array: Closure Operation applied to array on margin

Description

Array version of miniclo.

Usage

miniclo_array(x, parts)

Value

array

Arguments

x

multidimensional array

parts

index of dimension of x that represents parts (e.g., compositional variables)

Examples

Run this code
x <- array(1:100, dim=c(10, 5, 2))
miniclo_array(x, parts=2)

Run the code above in your browser using DataLab