freegroup (version 1.1-0)

c: Concatenation of free objects

Description

Concatenate free objects together

Usage

# S3 method for free
c(...)
# S3 method for 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

Examples

Run this code
# NOT RUN {
x <- rfree(10,3)
y <- rfree(10,3)
c(x,y)


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

Run the code above in your browser using DataLab