c: Concatenation of free objects

cR Documentation

Concatenation of free objects

Description

Concatenate free objects together

Usage

## S3 method for class 'free'
c(...)
## S3 method for class 'free'
rep(x, ...)

Arguments

...

In the method for c(), objects to be concatenated. Should all be of the same type

x

In the method for rep(), a free object

Author(s)

Robin K. S. Hankin

Examples

(x <- abc(1:3))
(y <- alpha(22:25))

c(x,y,x,x)


## NB: compare
rep(x,2)  
x*2  

freegroup documentation built on Dec. 28, 2022, 2:14 a.m.