print.normal {lestat} | R Documentation |
Printing Probability Distributions
Description
When a probability distribution is printed, its main features are listed.
Usage
## S3 method for class 'normal'
print(x, ...)
Arguments
x |
The object to be printed. |
... |
Other possible arguments (not currently implemented). |
Value
Readable text describing the object.
Author(s)
Petter Mostad <mostad@chalmers.se>
See Also
Examples
print(normal())
[Package lestat version 1.9 Index]