c.onion {onion} | R Documentation |
Combines its arguments to form an onionic vector.
## S3 method for class 'onion' c(...)
... |
onionic vectors |
Returns an onionic vector of type biggest()
of the arguments.
Names are inherited from the behaviour of cbind()
, not
c()
.
Robin K. S. Hankin
a <- roct(3) b <- seq(from=Oil,to=Oj,len=6) c(a,b) c(rquat(3),H1,H0,Him) c(Hi,Oil,1:2)