list_rep: Replicate of arbitrary object

View source: R/Misc.R

list_repR Documentation

Replicate of arbitrary object

Description

Returns the replicates of base obejct x.

Usage

list_rep(x, n=NULL)

Arguments

x

Any object

n

Number of replicate

Value

List

Examples

library("DelayedRandomArray")
darr <- RandomUnifArray(c(2,3,4))
list_rep(darr, 3)

rikenbit/DelayedTensor documentation built on Jan. 30, 2023, 6:15 p.m.