Learn R Programming

algebraic.dist (version 0.9.1)

format.realized_dist: 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 realized_dist
format(x, ...)

Value

A character string.

Arguments

x

A realized_dist object.

...

Additional arguments (not used).

Examples

Run this code
# \donttest{
rd <- realize(normal(0, 1), n = 100)
format(rd)
# }

Run the code above in your browser using DataLab