| c | R Documentation |
Combines its arguments to form a single jordan object.
## S4 method for signature 'jordan'
c(x,...)
x, ... |
Jordan objects |
Returns a concatenated jordan of the same type as its arguments. Argument checking is not performed.
Returns a Jordan object of the appropriate type (coercion is not performed)
Names are inherited from the behaviour of cbind(), not
c().
Robin K. S. Hankin
c(rqhm(),rqhm()*10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.