cross_var_pillars: Calculate the _cross-variance_ of corresponding pillars of 3d...

Description Usage Arguments Details Value Examples

View source: R/cross_var.R

Description

The cross-variance function is defined in the reference.

Usage

1

Arguments

x

A 3-dimensional array.

y

A 3-dimensional array with the same dimensions as x.

Details

Pillar i, j of the 3-dimensional array arr is arr[i, j, ].

Value

A matrix.

Examples

1
2
3
x <- array(1:27, dim = rep(3, 3))
y <- array(0:26, dim = rep(3, 3))
cross_var_pillars(x, y)

rorynolan/nandb documentation built on July 16, 2021, 8:39 p.m.