dim.shapviz | R Documentation |
Dimensions of "shapviz" Object
## S3 method for class 'shapviz'
dim(x)
x |
An object of class "shapviz". |
A numeric vector of length two providing the number of rows and columns
of the SHAP matrix stored in x
.
shapviz()
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)
dim(x)
nrow(x)
ncol(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.