Learn R Programming

algebraic.dist (version 0.9.1)

format.empirical_dist: Format method for empirical_dist objects.

Description

Format method for empirical_dist objects.

Usage

# S3 method for empirical_dist
format(x, ...)

Value

A character string

Arguments

x

The object to format

...

Additional arguments (not used)

Examples

Run this code
ed <- empirical_dist(c(1, 2, 3, 4, 5))
format(ed)

Run the code above in your browser using DataLab