Print method for normal objects.

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

Arguments

x

The object to print

...

Additional arguments to pass (not used)

Value

x, invisibly.

Examples

x <- normal(2, 3)
print(x)
#> Normal distribution (mu = 2, var = 3)