normal
R/normal.R
format.normal.Rd
Format method for normal objects.
# S3 method for class 'normal' format(x, ...)
The object to format
Additional arguments (not used)
A character string
x <- normal(2, 3) format(x) #> [1] "Normal distribution (mu = 2, var = 3)"