powered by
Combines its arguments to form a single onion.
c_onionpair(x,y) # S4 method for onion c(x,...)
An onion
onions
Robin K. S. Hankin
Returns an onion of the same type as its arguments. Names are inherited from the behaviour of cbind(), not c().
cbind()
c()
a <- roct(3) b <- seq_onion(from=Oil,to=Oj,len=6) c(a,b) c(rquat(3),H1,H0,Him)
Run the code above in your browser using DataLab