Learn R Programming

lestat (version 1.9)

print.normal: Printing Probability Distributions

Description

When a probability distribution is printed, its main features are listed.

Usage

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

Arguments

x

The object to be printed.

Other possible arguments (not currently implemented).

Value

Readable text describing the object.

See Also

summary

Examples

Run this code
# NOT RUN {
print(normal())
# }

Run the code above in your browser using DataLab