summary.shapr: Summary method for shapr objects

View source: R/summary.R

summary.shaprR Documentation

Summary method for shapr objects

Description

Summary method for shapr objects

Usage

## S3 method for class 'shapr'
summary(object, digits = 2L, ...)

Arguments

object

A shapr object.

digits

Integer. (Maximum) number of digits to be displayed after the decimal point. Defaults to 2.

...

Currently unused.

Value

Prints a formatted summary of the shapr object, and invisibly returns a named list of summary components. See the details section of get_results() for details about each component.


shapr documentation built on Aug. 25, 2025, 5:11 p.m.