plus-.shapviz: Rowbinds two "shapviz" Objects

+.shapvizR Documentation

Rowbinds two "shapviz" Objects

Description

Rowbinds two "shapviz" objects using +.

Usage

## S3 method for class 'shapviz'
e1 + e2

Arguments

e1

The first object of class "shapviz".

e2

The second object of class "shapviz".

Value

A new object of class "shapviz".

See Also

shapviz(), rbind.shapviz()

Examples

S <- matrix(c(1, -1, -1, 1), ncol = 2, dimnames = list(NULL, c("x", "y")))
X <- data.frame(x = c("a", "b"), y = c(100, 10))
s1 <- shapviz(S, X, baseline = 4)[1]
s2 <- shapviz(S, X, baseline = 4)[2]
s <- s1 + s2
s

shapviz documentation built on Oct. 14, 2023, 5:07 p.m.