| mean_frames | R Documentation |
Frame i of a 3-dimensional array arr3d is defined as arr3d[, , i].
mean_frames(arr3d, na_rm = FALSE)
sum_frames(arr3d, na_rm = FALSE)
arr3d |
A 3-dimensional numeric array. |
na_rm |
Do you want |
A numeric vector.
a <- array(seq_len(2^3), dim = rep(2, 3))
sum_frames(a)
mean_frames(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.