plus-.ExpRlistOperand: Concat list

Description Usage Arguments Value Author(s) Examples

Description

Concat list

Usage

1
2
## S3 method for class 'ExpRlistOperand'
list1 + list2

Arguments

list1

list 1

list2

list 2

Value

a concatenation of both list

Author(s)

cayek

Examples

1
list3 <- list(a = 1) + list(b = 2)

cayek/ExpRiment documentation built on May 24, 2019, 3:05 a.m.