print.cafs: Print Functions for Stats Objects

View source: R/formatting_stats_dm.R

print.cafsR Documentation

Print Functions for Stats Objects

Description

when calling calc_stats(), each returned statistic will be a subclass of stats_dm and data.frame. The following print() methods will call the more generic print.stats_dm() function.

Usage

## S3 method for class 'cafs'
print(x, ...)

## S3 method for class 'quantiles'
print(x, ...)

## S3 method for class 'delta_funs'
print(x, ...)

## S3 method for class 'fit_stats'
print(x, ...)

## S3 method for class 'sum_dist'
print(x, ...)

Arguments

x

a subclass of data.frame, as returned by calc_stats().

...

additional arguments passed forward to print.stats_dm().

Value

x (invisibly)


dRiftDM documentation built on April 3, 2025, 7:48 p.m.