onion (version 1.5-0)

c: Concatenation

Description

Combines its arguments to form a single onion.

Usage

c_onionpair(x,y)
# S4 method for onion
c(x,...)

Value

An onion

Arguments

x,y,...

onions

Author

Robin K. S. Hankin

Details

Returns an onion of the same type as its arguments. Names are inherited from the behaviour of cbind(), not c().

Examples

Run this code
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 DataCamp Workspace