rep.onion {onion} | R Documentation |
Replicate elements of onionic vectors
## S3 method for class 'onion': rep(x, times, ...)
x |
Onionic vector |
times |
number of times to repeat x |
... |
Further arguments passed to seq.defauilt() |
Robin K. S. Hankin
a <- roct(3) rep(a,2) + a[1] rep(a,each=2) rep(a,length.out=5)