format.normal: Format method for 'normal' objects.

View source: R/normal.R

format.normalR Documentation

Format method for normal objects.

Description

Format method for normal objects.

Usage

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

Arguments

x

The object to format

...

Additional arguments (not used)

Value

A character string

Examples

x <- normal(2, 3)
format(x)

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