print.qshap_result: Print method for qshap_result

View source: R/classes.R

print.qshap_resultR Documentation

Print method for qshap_result

Description

Print method for qshap_result

Usage

## S3 method for class 'qshap_result'
print(x, n = 10, ...)

Arguments

x

A qshap_result object

n

Integer number of top features to display (default: 10)

...

Additional arguments (currently unused)

Value

The input x is returned invisibly. Called primarily for its side effect of printing a summary of the qshap_result object to the console.


qshap documentation built on Aug. 23, 2026, 5:11 p.m.