format.realized_dist: Format a 'realized_dist' object as a character string.

View source: R/realized_dist.R

format.realized_distR Documentation

Format a realized_dist object as a character string.

Description

Shows the number of samples and a summary of the source distribution.

Usage

## S3 method for class 'realized_dist'
format(x, ...)

Arguments

x

A realized_dist object.

...

Additional arguments (not used).

Value

A character string.

Examples


rd <- realize(normal(0, 1), n = 100)
format(rd)


algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.