cross_var_pillars | R Documentation |
The cross-variance function is defined in the reference.
cross_var_pillars(x, y)
x |
A 3-dimensional array. |
y |
A 3-dimensional array with the same dimensions as |
Pillar i, j
of the 3-dimensional array arr
is arr[i, j, ]
.
A matrix.
x <- array(1:27, dim = rep(3, 3))
y <- array(0:26, dim = rep(3, 3))
cross_var_pillars(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.