combine-methods: Combine Objects

Description Usage Arguments Details

Description

Combine combinable objects such as Bin-class or Level-class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
combine(a, b, ...)

## S4 method for signature 'BinNumeric,BinNumeric'
combine(a, b)

## S4 method for signature 'Bin,Bin'
combine(a, b)

## S4 method for signature 'Level,Level'
combine(a, b)

## S4 method for signature 'list,Level'
combine(a, b)

## S4 method for signature 'Level,list'
combine(a, b)

Arguments

a

First object to be combined.

b

Second object to be combined.

...

Additional arguments passed on to other methods.

Details

Combine takes two objects of the same class and combines them into one object of the same class.


Zelazny7/onx documentation built on May 25, 2019, 2:23 p.m.