miniclo_array | R Documentation |
Array version of miniclo
.
miniclo_array(x, parts)
x |
multidimensional array |
parts |
index of dimension of |
array
x <- array(1:100, dim=c(10, 5, 2))
miniclo_array(x, parts=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.