| print.qshap_result | R Documentation |
Print method for qshap_result
## S3 method for class 'qshap_result'
print(x, n = 10, ...)
x |
A qshap_result object |
n |
Integer number of top features to display (default: 10) |
... |
Additional arguments (currently unused) |
The input x is returned invisibly. Called primarily for its
side effect of printing a summary of the qshap_result object to the
console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.