c: Concatenation

Description Usage Arguments Details Value Note Author(s) Examples

Description

Combines its arguments to form a single jordan object.

Usage

1
2
## S4 method for signature 'jordan'
c(x,...)

Arguments

x,...

Jordan objects

Details

Returns a concatenated jordan of the same type as its arguments. Argument checking is not performed.

Value

An XXX

Note

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

Author(s)

Robin K. S. Hankin

Examples

1
c(rqhm(),rqhm()*10)

jordan documentation built on April 8, 2021, 5:06 p.m.