Learn R Programming

algebraic.dist (version 0.9.1)

print.mixture: Print a mixture object.

Description

Print a mixture object.

Usage

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

Value

x, invisibly.

Arguments

x

A mixture object.

...

Additional arguments (not used).

Examples

Run this code
m <- mixture(list(normal(0, 1), normal(5, 1)), c(0.5, 0.5))
print(m)

Run the code above in your browser using DataLab