c {freegroup} | R Documentation |
Concatenate free objects together
## S3 method for class 'free'
c(...)
## S3 method for class 'free'
rep(x, ...)
... |
In the method for |
x |
In the method for |
Robin K. S. Hankin
(x <- abc(1:3))
(y <- alpha(22:25))
c(x,y,x,x)
## NB: compare
rep(x,2)
x*2