onion (version 1.2-7)

c.onion: Combine onionic vectors into a single vector

Description

Combines its arguments to form an onionic vector.

Usage

# S3 method for onion
c(...)

Arguments

onionic vectors

Details

Returns an onionic vector of type biggest() of the arguments.

Names are inherited from the behaviour of cbind(), not c().

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab