list_rep | R Documentation |
Returns the replicates of base obejct x
.
list_rep(x, n=NULL)
x |
Any object |
n |
Number of replicate |
List
library("DelayedRandomArray")
darr <- RandomUnifArray(c(2,3,4))
list_rep(darr, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.