Ops.data.list: Data list arithmetic

Description Usage Arguments Value See Also Examples

Description

Operators for adding (subtracting) the variables in one data list to (from) the variables in another data list.

Usage

1
2
## S3 method for class 'data.list'
Ops(e1, e2)

Arguments

e1

A data list

e2

Another data list

Value

Yet another data list

See Also

Useful with variable and variableGroup.

Examples

1
2
3
4
5
variable(matrix(runif(15), 5, 3), c("n", "m"), "A") + 
	variable(letters[1:3], "m", "B")

data(fake.community)
fake.community + variable(c(10, 0, 3), "species", "cuteness")

stevencarlislewalker/multitable documentation built on May 30, 2019, 4:44 p.m.