Learn R Programming

algebraic.dist (version 0.9.1)

print.empirical_dist: Print method for empirical_dist objects.

Description

Print method for empirical_dist objects.

Usage

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

Value

x, invisibly.

Arguments

x

The object to print

...

Additional arguments to pass

Examples

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

Run the code above in your browser using DataLab