Learn R Programming

algebraic.dist (version 0.9.1)

print.normal: Print method for normal objects.

Description

Print method for normal objects.

Usage

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

Value

x, invisibly.

Arguments

x

The object to print

...

Additional arguments to pass (not used)

Examples

Run this code
x <- normal(2, 3)
print(x)

Run the code above in your browser using DataLab