print.normal: Print method for 'normal' objects.

View source: R/normal.R

print.normalR Documentation

Print method for normal objects.

Description

Print method for normal objects.

Usage

## 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)

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.