Learn R Programming

vectools (version 0.3.0)

32_combine_methods: Combine Functions

Description

Combine one-dimensional ObjectArray(s).

Usage

# S3 method for ObjectArray
c(…)

Arguments

An argument list of one-dimensional ObjectArray(s), including subclasses.

Value

A new ObjectArray object.

Examples

Run this code
# NOT RUN {
v1 <- rep (eq.brot2 (4), 2)
v2 <- rep (eq.brot2 (6), 2)

c (v1, v2)
# }

Run the code above in your browser using DataLab