Learn R Programming

algebraic.dist (version 0.9.1)

format.normal: Format method for normal objects.

Description

Format method for normal objects.

Usage

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

Value

A character string

Arguments

x

The object to format

...

Additional arguments (not used)

Examples

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

Run the code above in your browser using DataLab