rep | R Documentation |
Replicate elements of onionic vectors
## S4 method for signature 'onion'
rep(x, ...)
x |
Onionic vector |
... |
Further arguments passed to |
Robin K. S. Hankin
a <- roct(3)
rep(a,2) + a[1]
rep(a,each=2)
rep(a,length.out=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.