summary.qshap_rsq: Summary method for qshap_rsq objects

View source: R/vis_module.R

summary.qshap_rsqR Documentation

Summary method for qshap_rsq objects

Description

Provides a summary of the qshap_rsq object, showing the top features by R-squared contribution

Usage

## S3 method for class 'qshap_rsq'
summary(object, n = 10, ...)

Arguments

object

A qshap_rsq object

n

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

...

Additional arguments (currently unused)

Value

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


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