plus-StQT-StQT-method: Method '+' for the class StQT

Description Usage Arguments Details Value Examples

Description

+ joins two objects of class StQT in a single object of the same class.

This method overloads the operator + and builds a new StQT object joining both input objects.

Usage

1
2
## S4 method for signature 'StQT,StQT'
e1 + e2

Arguments

e1

Object of class StQT.

e2

Object of class StQT.

Details

Operator + is non-commutative for StQT objects. It is defined to fulfill the equality: Tapply(Data,e1+e2) == Tapply(Tapply(Data,e1),e2)

Value

Object of class StQT that binds e2 rules after e1 rules.

Examples

1
x <- 1

Luis-Sanguiao/StQT documentation built on May 7, 2019, 2:03 p.m.