print.shapviz: Prints "shapviz" Object

View source: R/methods.R

print.shapvizR Documentation

Prints "shapviz" Object

Description

Prints "shapviz" Object

Usage

## S3 method for class 'shapviz'
print(x, ...)

Arguments

x

An object of class "shapviz".

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

See Also

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))
x <- shapviz(S, X, baseline = 4)
x

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