times-.ExpRoperand: Expand list1 with element of list 2

Description Usage Arguments Value Author(s) Examples

Description

Expand list1 with element of list 2

Usage

1
2
## S3 method for class 'ExpRoperand'
list1 * list2

Arguments

list1

list 1

list2

list 2

Value

expanded list

Author(s)

cayek

Examples

1
2
3
4
class(list1) <- "ExpRoperand"
list2 <- list(b = 2)
class(list2) <- "ExpRoperand"
list1 + list2

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